From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [rfc][patch 2/4] fs: use new truncate helpers Date: Tue, 7 Jul 2009 10:53:13 -0400 Message-ID: <20090707145313.GB3762@infradead.org> References: <20090707144423.GC2714@wotan.suse.de> <20090707144600.GD2714@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Christoph Hellwig , Jan Kara , LKML , linux-mm@kvack.org To: Nick Piggin Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:47423 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754524AbZGGOxO (ORCPT ); Tue, 7 Jul 2009 10:53:14 -0400 Content-Disposition: inline In-Reply-To: <20090707144600.GD2714@wotan.suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jul 07, 2009 at 04:46:00PM +0200, Nick Piggin wrote: > > Update some fs code to make use of new helper functions introduced > in the previous patch. Should be no significant change in behaviour > (except CIFS now calls send_sig under i_lock, via inode_newsize_ok). Looks good to me, Reviewed-by: Christoph Hellwig