From: Theodore Ts'o Subject: Re: [PATCH 3/3] mke2fs: document bigalloc and cluster-size Date: Mon, 14 Jan 2013 22:10:06 -0500 Message-ID: <20130115031006.GB31857@thunk.org> References: <1358068095-9034-1-git-send-email-wenqing.lz@taobao.com> <1358068095-9034-3-git-send-email-wenqing.lz@taobao.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, Zheng Liu To: Zheng Liu Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:43414 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755662Ab3AODKM (ORCPT ); Mon, 14 Jan 2013 22:10:12 -0500 Content-Disposition: inline In-Reply-To: <1358068095-9034-3-git-send-email-wenqing.lz@taobao.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sun, Jan 13, 2013 at 05:08:15PM +0800, Zheng Liu wrote: > From: Zheng Liu > > Bigalloc feature has been used for a long time, but the documentation in mke2fs > is still missing. So add it. > > Signed-off-by: Zheng Liu Applied (with some changes to improve the english/wording). - Ted