Loading fs/ntfs3/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -1284,7 +1284,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) sb->s_root = d_make_root(inode); if (!sb->s_root) { err = -EINVAL; err = -ENOMEM; goto out; } Loading Loading
fs/ntfs3/super.c +1 −1 Original line number Diff line number Diff line Loading @@ -1284,7 +1284,7 @@ static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) sb->s_root = d_make_root(inode); if (!sb->s_root) { err = -EINVAL; err = -ENOMEM; goto out; } Loading