Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / fs / proc / proc_sysctl.c
index 04f69ea4b8c7f1b7a1e7e85a82c904251ea4f5b6..ffbb513c06c6482d70bb1037b3640ef5acdcf6b6 100644 (file)
@@ -623,7 +623,7 @@ static bool proc_sys_fill_cache(struct file *file,
 
        qname.name = table->procname;
        qname.len  = strlen(table->procname);
-       qname.hash = full_name_hash(qname.name, qname.len);
+       qname.hash = full_name_hash(dir, qname.name, qname.len);
 
        child = d_lookup(dir, &qname);
        if (!child) {
This page took 0.026274 seconds and 5 git commands to generate.