Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb4336ea authored by Chao Yu's avatar Chao Yu Committed by Jaegeuk Kim
Browse files

f2fs: keep inline_data when compression conversion



We can keep compressed inode's data inline before inline conversion.

Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent e776a15d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1825,11 +1825,6 @@ static int f2fs_setflags_common(struct inode *inode, u32 iflags, u32 mask)
		if (iflags & F2FS_NOCOMP_FL)
			return -EINVAL;
		if (iflags & F2FS_COMPR_FL) {
			int err = f2fs_convert_inline_inode(inode);

			if (err)
				return err;

			if (!f2fs_may_compress(inode))
				return -EINVAL;