fuse: readdirplus: cleanup
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / fuse / dir.c
index 37d85e0..72a5d5b 100644 (file)
@@ -1263,7 +1263,6 @@ static int fuse_direntplus_link(struct file *file,
                        goto found;
                }
                dput(dentry);
-               dentry = NULL;
        }
 
        dentry = d_alloc(parent, &name);
@@ -1299,8 +1298,7 @@ found:
 
        err = 0;
 out:
-       if (dentry)
-               dput(dentry);
+       dput(dentry);
        return err;
 }