erofs-utils: add per-sbi buffer support
authorHongzhen Luo <hongzhen@linux.alibaba.com>
Wed, 10 Jul 2024 08:29:06 +0000 (16:29 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sat, 13 Jul 2024 17:05:58 +0000 (01:05 +0800)
commit45e6d361e7393e3345f3ecc4d20c9aaf127298ec
tree7135b50724797690f77c00a599b00c49c03b7ff4
parent4c935699e3231aee655597942d7e4e8d8b671032
erofs-utils: add per-sbi buffer support

It updates all relevant function definitions and callers to get rid of
the global g_sbi, which will be used for external use.

Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240710082906.203180-2-hongzhen@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
include/erofs/cache.h
include/erofs/internal.h
lib/blobchunk.c
lib/cache.c
lib/compress.c
lib/inode.c
lib/super.c
lib/xattr.c
mkfs/main.c