From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 09/14] libext2fs: add new hooks to support large allocations Date: Wed, 10 Jun 2015 20:08:59 -0400 Message-ID: <20150611000859.GD24181@thunk.org> References: <20150514002108.10785.85860.stgit@birch.djwong.org> <20150514002206.10785.3251.stgit@birch.djwong.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: "Darrick J. Wong" Return-path: Received: from imap.thunk.org ([74.207.234.97]:58974 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbFKCnY (ORCPT ); Wed, 10 Jun 2015 22:43:24 -0400 Content-Disposition: inline In-Reply-To: <20150514002206.10785.3251.stgit@birch.djwong.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, May 13, 2015 at 05:22:06PM -0700, Darrick J. Wong wrote: > Add a new get_alloc_blocks hook and a block_alloc_stats_range hook so > that e2fsck can capture allocation requests spanning more than a > block to its block_found_map. > > Signed-off-by: Darrick J. Wong Thanks, applied. - Ted