diff mbox series

[f2fs-dev] mkfs.f2fs: add description for ro feature in manual

Message ID 20240416065544.4192106-1-chao@kernel.org (mailing list archive)
State New
Headers show
Series [f2fs-dev] mkfs.f2fs: add description for ro feature in manual | expand

Commit Message

Chao Yu April 16, 2024, 6:55 a.m. UTC
Add missing description for readonly feature in manual of mkfs.f2fs.

Signed-off-by: Chao Yu <chao@kernel.org>
---
 man/mkfs.f2fs.8 | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8
index 0dc367b..1f0c724 100644
--- a/man/mkfs.f2fs.8
+++ b/man/mkfs.f2fs.8
@@ -208,6 +208,9 @@  Enable casefolding support in the filesystem. Optional flags can be passed with
 .TP
 .B compression
 Enable support for filesystem level compression. Requires extra attr.
+.TP
+.B ro
+Enable readonly feature to eliminate OVP/SSA on-disk layout for small readonly partition.
 .RE
 .TP
 .BI \-C " encoding:flags"