nfs: remove kfree() redundant null checks
[cascardo/linux.git] / fs / nfs / getroot.c
index 033803c..44efaa8 100644 (file)
@@ -126,8 +126,7 @@ struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh,
        }
        spin_unlock(&ret->d_lock);
 out:
-       if (name)
-               kfree(name);
+       kfree(name);
        nfs_free_fattr(fsinfo.fattr);
        return ret;
 }