opp: Call the missing clk_put() on error
[linux-2.6-microblaze.git] / fs / f2fs / namei.c
index 8fa37d1..6edb1ab 100644 (file)
@@ -497,6 +497,7 @@ static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry,
        }
 
        err = f2fs_prepare_lookup(dir, dentry, &fname);
+       generic_set_encrypted_ci_d_ops(dentry);
        if (err == -ENOENT)
                goto out_splice;
        if (err)