Hi Stephen, On 2021/1/7 11:11, Stephen Rothwell wrote:
Hi all, 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? +What: /sys/fs/f2fs/<disk>/stat/sb_status +Date: December 2020 +Contact: "Chao Yu" <yuchao0@xxxxxxxxxx> +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")