[PATCH 2/5] mke2fs: add inline data descripton in man page
From: Zheng Liu <hidden>
Date: 2011-12-18 14:44:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zheng Liu <hidden>
Date: 2011-12-18 14:44:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zheng Liu <redacted> Add inline data description in man page Signed-off-by: Zheng Liu <redacted> --- misc/mke2fs.8.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 8e78249..1beefb0 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in@@ -542,6 +542,9 @@ option). @JDEV@must be created with the same @JDEV@block size as the filesystems that will be using it. .TP +.B inline_data +Allow small files to be stored in the inode +.TP .B large_file Filesystem can contain files that are greater than 2GB. (Modern kernels set this feature automatically when a file > 2GB is created.)
--
1.7.4.1