From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] mm: Fix comment at truncate_setsize() Date: Thu, 21 Oct 2010 05:53:31 -0400 Message-ID: <20101021095331.GA10047@infradead.org> References: <1287654442-5539-1-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Alexander Viro , Christoph Hellwig To: Jan Kara Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:44412 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756190Ab0JUJxd (ORCPT ); Thu, 21 Oct 2010 05:53:33 -0400 Content-Disposition: inline In-Reply-To: <1287654442-5539-1-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Oct 21, 2010 at 11:47:22AM +0200, Jan Kara wrote: > The main fix in this patch is that truncate_setsize() should be called > *before* not after filesystem truncated blocks. > > CC: Christoph Hellwig > Signed-off-by: Jan Kara Looks good.