From: Zheng Liu Subject: [PATCH 04/32] mke2fs: add inline_data feature in mke2fs's manpage Date: Mon, 16 Apr 2012 19:39:39 +0800 Message-ID: <1334576407-4007-5-git-send-email-wenqing.lz@taobao.com> References: <1334576407-4007-1-git-send-email-wenqing.lz@taobao.com> Cc: Zheng Liu To: linux-ext4@vger.kernel.org Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:43674 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752752Ab2DPLd7 (ORCPT ); Mon, 16 Apr 2012 07:33:59 -0400 Received: by mail-pb0-f46.google.com with SMTP id un15so6233785pbc.19 for ; Mon, 16 Apr 2012 04:33:59 -0700 (PDT) In-Reply-To: <1334576407-4007-1-git-send-email-wenqing.lz@taobao.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: 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.) -- 1.7.4.1