Return-Path: linux-nfs-owner@vger.kernel.org Received: from fieldses.org ([174.143.236.118]:35349 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752996AbaIJTnq (ORCPT ); Wed, 10 Sep 2014 15:43:46 -0400 Date: Wed, 10 Sep 2014 15:43:42 -0400 From: "J. Bruce Fields" To: Christoph Hellwig Cc: Anna.Schumaker@netapp.com, linux-nfs@vger.kernel.org Subject: Re: [PATCH 1/3] VFS: Rename do_fallocate() to vfs_fallocate() Message-ID: <20140910194342.GF4210@fieldses.org> References: <1410274182-30740-1-git-send-email-Anna.Schumaker@Netapp.com> <1410274182-30740-2-git-send-email-Anna.Schumaker@Netapp.com> <20140909155019.GA21928@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20140909155019.GA21928@infradead.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Sep 09, 2014 at 08:50:19AM -0700, Christoph Hellwig wrote: > On Tue, Sep 09, 2014 at 10:49:40AM -0400, Anna.Schumaker@netapp.com wrote: > > From: Anna Schumaker > > > > This function needs to be exported so it can be used by the NFSD module > > when responding to ALLOCATE and DEALLOCATE operations. Christoph Hellwig > > suggested renaming the function to match how other vfs functions are named. > > > > Signed-off-by: Anna Schumaker > > Looks good, > > Reviewed-by: Christoph Hellwig I'd like to be able to take this into through the nfsd tree if the nfsd patches are going to depend on it. Anna, on next posting maybe you could make sure to cc: the reelevant people (I'm not sure who...) so I can get the right ACKs for that? --b.