OSDN Git Service

erofs: clean up zmap.c
authorGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 15 Jun 2023 06:44:21 +0000 (14:44 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 22 Jun 2023 13:16:34 +0000 (21:16 +0800)
commit8241fdd3cdfe88e31a3de09a72b5bff661e4534a
treeaeb712a50f7e7ce1b1cebd47718e0dbbaaee064a
parent1990595547976baa922285b999612cc3549874d6
erofs: clean up zmap.c

Several trivial cleanups which aren't quite necessary to split:

 - Rename lcluster load functions as well as justify full indexes
   since they are typically used for global deduplication for
   compressed data;

 - Avoid unnecessary lines, comments for simplicity.

No logic changes.

Reviewed-by: Guo Xuenan <guoxuenan@huaweicloud.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230615064421.103178-1-hsiangkao@linux.alibaba.com
fs/erofs/zmap.c