Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / fs / adfs / dir.c
index 62ee2cb8163baf3c1e5fa7ff8e2ecb1c618cedd3..c39aedc7ed3dca520ff2a524badcc3c6d3ee559c 100644 (file)
@@ -207,7 +207,7 @@ adfs_hash(const struct dentry *parent, struct qstr *qstr)
         */
        qstr->len = i = name_len;
        name = qstr->name;
-       hash = init_name_hash();
+       hash = init_name_hash(parent);
        while (i--) {
                char c;
 
This page took 0.027686 seconds and 5 git commands to generate.