Hi Chao, On Thu, 7 Jan 2021 19:28:19 +0800 Chao Yu wrote: > > On 2021/1/7 11:11, Stephen Rothwell wrote: > > > > After merging the f2fs tree, today's linux-next build (htmldocs) produced > > this warning: > > > > Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis start-string without end-string. > > IIUC, should I remove "/*" and "*/" for newly added entry in sysfs-fs-f2fs? Sorry, I don't know. Cc'ing Jon. > > +What: /sys/fs/f2fs//stat/sb_status > +Date: December 2020 > +Contact: "Chao Yu" > +Description: Show status of f2fs superblock in real time. > + > + value sb status macro description > + 0x1 SBI_IS_DIRTY, /* dirty flag for checkpoint */ > + 0x2 SBI_IS_CLOSE, /* specify unmounting */ > + 0x4 SBI_NEED_FSCK, /* need fsck.f2fs to fix */ > ... > > Thanks, > > > > > Introduced by commit > > > > f23307575903 ("f2fs: introduce sb_status sysfs node") > > -- Cheers, Stephen Rothwell