From patchwork Mon Apr 16 11:39:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/32] mke2fs: add inline_data feature in mke2fs's manpage From: Zheng Liu X-Patchwork-Id: 152788 Message-Id: <1334576407-4007-5-git-send-email-wenqing.lz@taobao.com> To: linux-ext4@vger.kernel.org Cc: Zheng Liu Date: Mon, 16 Apr 2012 19:39:39 +0800 From: Zheng Liu Update mke2fs's manpage. Signed-off-by: Zheng Liu --- 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 6d443a2..bfe6c94 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -551,6 +551,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 data to be stored in 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.)