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

From: Jaegeuk Kim
Date: Fri Jul 30 2021 - 20:44:18 EST


On 07/31, Chao Yu wrote:
> 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.

Sure. Thanks.

>
> >
> > Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
>
> Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
>
> Thanks,