From patchwork Sun Dec 18 14:44:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Liu X-Patchwork-Id: 132088 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 2F5F2B6FCC for ; Mon, 19 Dec 2011 01:44:22 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752345Ab1LROoV (ORCPT ); Sun, 18 Dec 2011 09:44:21 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:63410 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752262Ab1LROoU (ORCPT ); Sun, 18 Dec 2011 09:44:20 -0500 Received: by mail-iy0-f174.google.com with SMTP id h11so7092185iae.19 for ; Sun, 18 Dec 2011 06:44:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=EftCdSNtkkuGUcQ/EFDzpxyGIV4jjXKSJ73sluuhls0=; b=RjMMnigaikg0tXcBYzJyG/ZzMftfQIN/9c6E+RTUDSQXSLmzpuXZ8a24UNTdsKBSu7 RwaDcAHPXL4FkaVNtmbvncsDXKsWJBXrYUZOt6JjTsRr+OM8S07duiM/l5QtnLRUTAEK fX3NR/EXyyRqEKmUfKbGuTdB5ahh2dKYz5x3A= Received: by 10.50.184.137 with SMTP id eu9mr21859736igc.9.1324219460107; Sun, 18 Dec 2011 06:44:20 -0800 (PST) Received: from localhost.localdomain ([182.92.247.2]) by mx.google.com with ESMTPS id j3sm57153776ibj.1.2011.12.18.06.44.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 06:44:19 -0800 (PST) From: Zheng Liu To: linux-ext4@vger.kernel.org Cc: Zheng Liu Subject: [PATCH 2/5] mke2fs: add inline data descripton in man page Date: Sun, 18 Dec 2011 22:44:41 +0800 Message-Id: <1324219484-22443-3-git-send-email-wenqing.lz@taobao.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1324219484-22443-1-git-send-email-wenqing.lz@taobao.com> References: <1324219484-22443-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 Add inline data description in man page 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 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.)