From: Theodore Ts'o Subject: Re: [PATCH 04/74] libext2fs: use ext2fs_punch() to truncate quota file Date: Thu, 12 Dec 2013 12:28:40 -0500 Message-ID: <20131212172840.GD13547@thunk.org> References: <20131211011813.30655.39624.stgit@birch.djwong.org> <20131211011843.30655.22033.stgit@birch.djwong.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, Zheng Liu To: "Darrick J. Wong" Return-path: Received: from imap.thunk.org ([74.207.234.97]:39365 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530Ab3LLR2o (ORCPT ); Thu, 12 Dec 2013 12:28:44 -0500 Content-Disposition: inline In-Reply-To: <20131211011843.30655.22033.stgit@birch.djwong.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Tue, Dec 10, 2013 at 05:18:43PM -0800, Darrick J. Wong wrote: > Use the new ext2fs_punch() call to truncate the quota file. This also > eliminates the need to fix it to work with bigalloc. > > Reviewed-by: Zheng Liu > Signed-off-by: Darrick J. Wong Thanks, applied. - Ted