]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix to check inline_data during compressed inode conversion
authorChao Yu <chao@kernel.org>
Tue, 12 Jul 2022 03:17:15 +0000 (11:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 31 Jul 2022 03:17:06 +0000 (20:17 -0700)
commit23d7d02bf90d674b4a143f4d46c710a4cd54e521
tree96ac18c7596c7dfca5eb24e151d4c8fd56203d54
parent805fd0d1a93c181fe955c4cdfe4eee2d165699dd
f2fs: fix to check inline_data during compressed inode conversion

When converting inode to compressed one via ioctl, it needs to check
inline_data, since inline_data flag and compressed flag are incompatible.

Fixes: 03a7cb849886 ("f2fs: support data compression")
Signed-off-by: Chao Yu <chao.yu@oppo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h