f2fs: compress: rename __cluster_may_compress
authorChao Yu <yuchao0@huawei.com>
Tue, 27 Apr 2021 03:07:30 +0000 (11:07 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 14 May 2021 18:22:07 +0000 (11:22 -0700)
commit5db479f049c4fd6cb2d61ade28c73f51487c2f45
treee12de09c8adca7bbad141e7cdbebf518403f541a
parentbd3c9cdb21a2674dd0db70199df884828e37abd4
f2fs: compress: rename __cluster_may_compress

This patch renames __cluster_may_compress() to cluster_has_invalid_data() for
better readability.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c