Merge branch 'salted-string-hash'
[linux-2.6-block.git] / fs / cifs / dir.c
index fb0903fffc22c8738c34f958beb7784400a93339..5efd6f1fb8a5476c3f2a470d5f32a2e9ee195f66 100644 (file)
@@ -856,7 +856,7 @@ static int cifs_ci_hash(const struct dentry *dentry, struct qstr *q)
        wchar_t c;
        int i, charlen;
 
-       hash = init_name_hash();
+       hash = init_name_hash(dentry);
        for (i = 0; i < q->len; i += charlen) {
                charlen = codepage->char2uni(&q->name[i], q->len - i, &c);
                /* error out if we can't convert the character */