From patchwork Fri Aug 2 09:49:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zheng Liu X-Patchwork-Id: 264272 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 623722C007E for ; Fri, 2 Aug 2013 19:51:44 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758576Ab3HBJvn (ORCPT ); Fri, 2 Aug 2013 05:51:43 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:46348 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758374Ab3HBJvm (ORCPT ); Fri, 2 Aug 2013 05:51:42 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa1so495327pad.19 for ; Fri, 02 Aug 2013 02:51:42 -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=+WvaSHlyYAUQF8hqOeehtV3E6v6Ztu1JSykBRoDmyEw=; b=w1d/a2U8IhSyIHJ3voUeFdU8QoBF4tlutSIaDpPv6BDBvBaGwHMsDJCD5BPayTdbtu aEUbVjsP9EkNw9BsBVs7CKJAmdrUcEE6a360MJO97uTBwUVikmUYZgJYsBLXZ8AdcY0K LqgWmTRqnLpLYcPpkprEaoJjoEZcPE8OQd2D8BUbMprCtTTMCSZkKjROuavMpggfYGx/ 3NYAJV5cC3tvC4wTiiyqOldNRURlST6uETEyWhwbHsHOor8NRNWtksGni8VdtiUmpqPO 77jCrCrGFrtP/npHzIq7IzlxpjAle3VYUjM+YfqfW7PUzn/OrcFSwdVf4jiF1aTYqJUY U0og== X-Received: by 10.66.118.163 with SMTP id kn3mr9428128pab.165.1375437102259; Fri, 02 Aug 2013 02:51:42 -0700 (PDT) Received: from lz-devel.taobao.ali.com ([182.92.247.2]) by mx.google.com with ESMTPSA id il4sm5912193pbb.36.2013.08.02.02.51.38 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 02 Aug 2013 02:51:41 -0700 (PDT) From: Zheng Liu To: linux-ext4@vger.kernel.org Cc: Theodore Ts'o , Zheng Liu Subject: [PATCH v1 21/22] mke2fs: enable inline_data feature on ext4dev filesystem Date: Fri, 2 Aug 2013 17:49:48 +0800 Message-Id: <1375436989-18948-22-git-send-email-wenqing.lz@taobao.com> X-Mailer: git-send-email 1.7.9.7 In-Reply-To: <1375436989-18948-1-git-send-email-wenqing.lz@taobao.com> References: <1375436989-18948-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 Signed-off-by: Theodore Ts'o Signed-off-by: Zheng Liu --- misc/mke2fs.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.conf.in b/misc/mke2fs.conf.in index 178733f..4c5dba7 100644 --- a/misc/mke2fs.conf.in +++ b/misc/mke2fs.conf.in @@ -16,7 +16,7 @@ inode_size = 256 } ext4dev = { - features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,metadata_csum,inline_data,64bit,dir_nlink,extra_isize inode_size = 256 options = test_fs=1 }