Return-Path: linux-nfs-owner@vger.kernel.org Received: from bombadil.infradead.org ([198.137.202.9]:58387 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbaG0NY7 (ORCPT ); Sun, 27 Jul 2014 09:24:59 -0400 Date: Sun, 27 Jul 2014 06:24:58 -0700 From: Christoph Hellwig To: Jeff Layton Cc: bfields@fieldses.org, linux-nfs@vger.kernel.org, hch@infradead.org, Trond Myklebust Subject: Re: [PATCH 03/40] nfsd: Add a struct nfs4_file field to struct nfs4_stid Message-ID: <20140727132458.GE32153@infradead.org> References: <1405954972-28904-1-git-send-email-jlayton@primarydata.com> <1405954972-28904-4-git-send-email-jlayton@primarydata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1405954972-28904-4-git-send-email-jlayton@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mon, Jul 21, 2014 at 11:02:15AM -0400, Jeff Layton wrote: > From: Trond Myklebust > > All stateids are associated with a nfs4_file. Let's consolidate. > Start by replacing delegation->dl_file with the dl_stid.sc_file > > Signed-off-by: Trond Myklebust Looks good, Reviewed-by: Christoph Hellwig