Return-Path: linux-nfs-owner@vger.kernel.org Received: from bombadil.infradead.org ([198.137.202.9]:50755 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756891AbaIIPuW (ORCPT ); Tue, 9 Sep 2014 11:50:22 -0400 Date: Tue, 9 Sep 2014 08:50:19 -0700 From: Christoph Hellwig To: Anna.Schumaker@netapp.com Cc: bfields@fieldses.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH 1/3] VFS: Rename do_fallocate() to vfs_fallocate() Message-ID: <20140909155019.GA21928@infradead.org> References: <1410274182-30740-1-git-send-email-Anna.Schumaker@Netapp.com> <1410274182-30740-2-git-send-email-Anna.Schumaker@Netapp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1410274182-30740-2-git-send-email-Anna.Schumaker@Netapp.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: 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