Return-Path: linux-nfs-owner@vger.kernel.org Received: from bombadil.infradead.org ([198.137.202.9]:46789 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053AbaJAMm7 (ORCPT ); Wed, 1 Oct 2014 08:42:59 -0400 Date: Wed, 1 Oct 2014 05:42:57 -0700 From: Christoph Hellwig To: Jeff Layton Cc: bfields@fieldses.org, linux-nfs@vger.kernel.org, hch@infradead.org Subject: Re: [PATCH] nfsd: eliminate "to_delegation" define Message-ID: <20141001124257.GA14872@infradead.org> References: <1412165122-17557-1-git-send-email-jlayton@primarydata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1412165122-17557-1-git-send-email-jlayton@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Wed, Oct 01, 2014 at 08:05:22AM -0400, Jeff Layton wrote: > We now have cb_to_delegation and to_delegation, which do the same thing > and are defined separately in different .c files. Move the > cb_to_delegation definition into a header file and eliminate the > redundant to_delegation definition. > > Cc: Christoph Hellwig > Signed-off-by: Jeff Layton Looks good, Reviewed-by: Christoph Hellwig