f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_bl...
authorChao Yu <chao@kernel.org>
Sun, 7 Apr 2024 07:26:03 +0000 (15:26 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 12 Apr 2024 20:58:35 +0000 (20:58 +0000)
commit7c5dffb3d90c5921b91981cc663e02757d90526e
treed0506dede13413076039176d29760fb03fda73bf
parent0f9b12142be1af8555cfe53c6fbecb8e60a40dac
f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks()

Compress flag should be checked after inode lock held to avoid
racing w/ f2fs_setflags_common(), fix it.

Fixes: 4c8ff7095bef ("f2fs: support data compression")
Reported-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Closes: https://lore.kernel.org/linux-f2fs-devel/CAHJ8P3LdZXLc2rqeYjvymgYHr2+YLuJ0sLG9DdsJZmwO7deuhw@mail.gmail.com
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c