From patchwork Mon Apr 16 11:39:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Liu X-Patchwork-Id: 152788 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 59A6AB7003 for ; Mon, 16 Apr 2012 21:34:01 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753195Ab2DPLd7 (ORCPT ); Mon, 16 Apr 2012 07:33:59 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=GwsldK94k/5pURAMN7Pamk7yw5s6m5XmolTQVIq3INw=; b=qtyM+kI7MXp1Pv3fV+vZgjEsuHhuhASpSxnZLfXtiyGunbmT26oD/sNgywB+ostdEU yQ/QNTSgTveOIS3QJS3mUhfmsS5e1wfNjKQDjJvxhrla9nhgqjQeaPvKjj7hY1VZpwP3 Pk3QOuoZe0OiDYVw43IDzNeFgWfQlNsLE8nfGkCOP/8zsaiBX4iGj2IjL3d/NzeaeOED Hw/xNyq2z0yCqe0vDqVja1OOS6idZHWsfFri/tjhyM0YAoORrypC/x7S49QnHgn1LcBK mElMtF9Sf0QIpkr9rBfyRGHitVhwyiSUD315tT3WTKs0o8tWsi08tyeAsGFta6C5GXFH N82Q== Received: by 10.68.204.9 with SMTP id ku9mr27349902pbc.1.1334576038855; Mon, 16 Apr 2012 04:33:58 -0700 (PDT) Received: from localhost.localdomain ([182.92.247.2]) by mx.google.com with ESMTPS id l6sm17474160pbp.33.2012.04.16.04.33.57 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Apr 2012 04:33:58 -0700 (PDT) From: Zheng Liu To: linux-ext4@vger.kernel.org Cc: 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> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1334576407-4007-1-git-send-email-wenqing.lz@taobao.com> References: <1334576407-4007-1-git-send-email-wenqing.lz@taobao.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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.)