Return-Path: linux-nfs-owner@vger.kernel.org Received: from bombadil.infradead.org ([198.137.202.9]:60905 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751728AbaGJL24 (ORCPT ); Thu, 10 Jul 2014 07:28:56 -0400 Date: Thu, 10 Jul 2014 04:28:55 -0700 From: Christoph Hellwig To: Jeff Layton Cc: bfields@fieldses.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH v4 005/100] nfsd: Move the delegation reference counter into the struct nfs4_stid Message-ID: <20140710112855.GA7257@infradead.org> References: <1404842668-22521-1-git-send-email-jlayton@primarydata.com> <1404842668-22521-6-git-send-email-jlayton@primarydata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1404842668-22521-6-git-send-email-jlayton@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Jul 08, 2014 at 02:02:53PM -0400, Jeff Layton wrote: > From: Trond Myklebust > > We will want to add reference counting to the lock stateid and open > stateids too in later patches. > > Signed-off-by: Trond Myklebust Looks good, Reviewed-by: Christoph Hellwig