]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/efs/super.c
switch open-coded instances of d_make_root() to new helper
[karo-tx-linux.git] / fs / efs / super.c
index 981106429a9fd85a192fd17685d9e9b8c22c8e44..e755ec746c6967ed12e9ea036ddcd83214770d48 100644 (file)
@@ -317,10 +317,9 @@ static int efs_fill_super(struct super_block *s, void *d, int silent)
                goto out_no_fs;
        }
 
-       s->s_root = d_alloc_root(root);
+       s->s_root = d_make_root(root);
        if (!(s->s_root)) {
                printk(KERN_ERR "EFS: get root dentry failed\n");
-               iput(root);
                ret = -ENOMEM;
                goto out_no_fs;
        }