Re: [f2fs-dev] [PATCH] f2fs: show sbi status in debugfs/f2f/sstatus

From: Chao Yu
Date: Fri Jul 30 2021 - 19:45:23 EST


On 2021/7/31 3:09, Jaegeuk Kim wrote:
We need to get sbi->s_flag to understand the current f2fs status as well.
One example is SBI_NEED_FSCK.

Typo in patch title: "f2f/sstatus".

Please note that there is a sysfs entry /sys/fs/f2fs/<devname/stat/sb_status.


Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,