From: Theodore Ts'o Subject: Re: [PATCH 10/31] libext2fs: Allow callers to punch a single block Date: Mon, 7 Oct 2013 09:40:02 -0400 Message-ID: <20131007134002.GG4540@thunk.org> References: <20131001012642.28415.89353.stgit@birch.djwong.org> <20131001012746.28415.15964.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]:43089 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753506Ab3JGNkE (ORCPT ); Mon, 7 Oct 2013 09:40:04 -0400 Content-Disposition: inline In-Reply-To: <20131001012746.28415.15964.stgit@birch.djwong.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, Sep 30, 2013 at 06:27:46PM -0700, Darrick J. Wong wrote: > The range of blocks to punch is treated as an inclusive range on both ends, > i.e. if start=1 and end=2, both blocks 1 and 2 are punched out. Thus, start == > end means that the caller wishes to punch a single block. Remove the check > that prevents us from punching a single block. > > Signed-off-by: Darrick J. Wong Thanks, applied to the maint branch, modulo commit description reformat. - Ted