Merge branch 'ovl-fixes' into for-linus
[cascardo/linux.git] / fs / overlayfs / super.c
index 8784691..ed53ae0 100644 (file)
@@ -411,7 +411,7 @@ static inline struct dentry *ovl_lookup_real(struct dentry *dir,
 {
        struct dentry *dentry;
 
-       dentry = lookup_one_len_unlocked(name->name, dir, name->len);
+       dentry = lookup_hash(name, dir);
 
        if (IS_ERR(dentry)) {
                if (PTR_ERR(dentry) == -ENOENT)