commit | 99139afb1f7b63e9ee95348bc047854dd4b8ad5f | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Apr 21 16:39:41 2021 +0800 |
committer | Jaegeuk Kim <jaegeuk@google.com> | Mon Apr 26 10:29:03 2021 -0700 |
tree | 636b601dc710abb922f1195176182dc481557c28 | |
parent | 28a1e40c06a152b3b9f269d8e5ce085eefaa0aa8 [diff] |
f2fs: compress: remove unneed check condition In only call path of __cluster_may_compress(), __f2fs_write_data_pages() has checked SBI_POR_DOING condition, and also cluster_may_compress() has checked CP_ERROR_FLAG condition, so remove redundant check condition in __cluster_may_compress() for cleanup. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>