Loading fs/f2fs/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2911,7 +2911,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent) if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) { if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) { iput(root); iput(root); err = -EINVAL; err = -EINVAL; goto free_node_inode; goto free_stats; } } sb->s_root = d_make_root(root); /* allocate root dentry */ sb->s_root = d_make_root(root); /* allocate root dentry */ Loading Loading
fs/f2fs/super.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2911,7 +2911,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent) if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) { if (!S_ISDIR(root->i_mode) || !root->i_blocks || !root->i_size) { iput(root); iput(root); err = -EINVAL; err = -EINVAL; goto free_node_inode; goto free_stats; } } sb->s_root = d_make_root(root); /* allocate root dentry */ sb->s_root = d_make_root(root); /* allocate root dentry */ Loading