Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / fs / autofs4 / waitq.c
index 432b0d5a3c750c800b5fdda8f79c7d2d07efee48..431fd7ee348864b01c231f89c3331c6c7c5ccb02 100644 (file)
@@ -398,7 +398,7 @@ int autofs4_wait(struct autofs_sb_info *sbi,
                }
        }
        qstr.name = name;
-       qstr.hash = full_name_hash(name, qstr.len);
+       qstr.hash = full_name_hash(dentry, name, qstr.len);
 
        if (mutex_lock_interruptible(&sbi->wq_mutex)) {
                kfree(qstr.name);
This page took 0.024703 seconds and 5 git commands to generate.