aboutsummaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorChao Yu <chao@kernel.org>2023-08-28 22:04:16 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2023-09-12 13:49:33 -0700
commit2aaea533bf063ed3b442df5fe5f6abfc538054c9 (patch)
treee826db4bcc24b86d7b166b658379c291fe310e3f /mm
parentb0327c84e91a0f4f0abced8cb83ec86a7083f086 (diff)
f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
This patch covers sanity check logic on cluster w/ CONFIG_F2FS_CHECK_FS, otherwise, there will be performance regression while querying cluster mapping info. Callers of f2fs_is_compressed_cluster() only care about whether cluster is compressed or not, rather than # of valid blocks in compressed cluster, so, let's adjust f2fs_is_compressed_cluster()'s logic according to caller's requirement. Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions