erofs-utils: rename the global sbi to g_sbi
authorHongzhen Luo <hongzhen@linux.alibaba.com>
Thu, 4 Jul 2024 05:02:59 +0000 (13:02 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 4 Jul 2024 09:29:54 +0000 (17:29 +0800)
commit744b036413a8b654474f6e2c3a34e797731cc95a
treef65ea46d7408d97360df36ead1a5678683f040dc
parent1581d37fc69239a7b27612c7bb8c9012e6cf9a15
erofs-utils: rename the global sbi to g_sbi

Rename the global `sbi` to `g_sbi` to prepare for
the upcoming per-sbi buffer management.

Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240704050259.520618-2-hongzhen@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
dump/main.c
fsck/main.c
fuse/main.c
include/erofs/cache.h
include/erofs/internal.h
lib/cache.c
lib/config.c
lib/diskbuf.c
lib/rebuild.c
mkfs/main.c