Home
last modified time | relevance | path

Searched hist:"96 f5b4fa567040360dc57fd39b8e1a85a3e0132a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff 96f5b4fa567040360dc57fd39b8e1a85a3e0132a Tue Mar 10 07:50:07 CDT 2020 Chao Yu <yuchao0@huawei.com> f2fs: fix to account compressed inode correctly

stat_inc_compr_inode() needs to check FI_COMPRESSED_FILE flag, so
in f2fs_disable_compressed_file(), we should call stat_dec_compr_inode()
before clearing FI_COMPRESSED_FILE flag.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>