]> Pileus Git - ~andy/linux/blobdiff - fs/sysv/super.c
switch open-coded instances of d_make_root() to new helper
[~andy/linux] / fs / sysv / super.c
index f467740e088c2958a6867e9794ad3fb69bd892ab..7491c33b6468738522b519f729d58f80de002859 100644 (file)
@@ -341,9 +341,8 @@ static int complete_read_super(struct super_block *sb, int silent, int size)
                printk("SysV FS: get root inode failed\n");
                return 0;
        }
-       sb->s_root = d_alloc_root(root_inode);
+       sb->s_root = d_make_root(root_inode);
        if (!sb->s_root) {
-               iput(root_inode);
                printk("SysV FS: get root dentry failed\n");
                return 0;
        }