erofs: introduce erofs_sb_has_xxx() helpers
authorGao Xiang <hsiangkao@redhat.com>
Mon, 29 Mar 2021 01:23:05 +0000 (09:23 +0800)
committerGao Xiang <hsiangkao@redhat.com>
Mon, 29 Mar 2021 02:24:57 +0000 (10:24 +0800)
commitde06a6a375414be03ce5b1054f2d836591923a1d
tree8db8685441b4a9a5d712c5679839de2388844077
parent24a806d849c0b0c1d0cd6a6b93ba4ae4c0ec9f08
erofs: introduce erofs_sb_has_xxx() helpers

Introduce erofs_sb_has_xxx() to make long checks short, especially
for later big pcluster & LZMA features.

Link: https://lore.kernel.org/r/20210329012308.28743-2-hsiangkao@aol.com
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
fs/erofs/decompressor.c
fs/erofs/internal.h
fs/erofs/super.c