f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED
authorYangtao Li <frank.li@vivo.com>
Tue, 25 Apr 2023 16:47:11 +0000 (00:47 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 8 May 2023 18:18:04 +0000 (11:18 -0700)
commit7cd2e5f75b86a1befa99834f3ed1d735eeff69e6
treef22d19cb8d825f461d8020814012bc3066f411b7
parent888ca6edac81e919fa7accb3b4f1d363e3c1e5f8
f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED

If a file has FI_COMPRESS_RELEASED, all writes for it should not be
allowed.

Fixes: 5fdb322ff2c2 ("f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE")
Signed-off-by: Qi Han <hanqi@vivo.com>
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c