Return-Path: linux-nfs-owner@vger.kernel.org Received: from bombadil.infradead.org ([198.137.202.9]:33143 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752934AbaF2MQj (ORCPT ); Sun, 29 Jun 2014 08:16:39 -0400 Date: Sun, 29 Jun 2014 05:16:38 -0700 From: Christoph Hellwig To: Jeff Layton Cc: bfields@fieldses.org, linux-nfs@vger.kernel.org, Trond Myklebust Subject: Re: [PATCH v2 024/117] nfsd: Always use lookup_clientid() in nfsd4_process_open1 Message-ID: <20140629121638.GE16150@infradead.org> References: <1403810017-16062-1-git-send-email-jlayton@primarydata.com> <1403810017-16062-25-git-send-email-jlayton@primarydata.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1403810017-16062-25-git-send-email-jlayton@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Thu, Jun 26, 2014 at 03:12:04PM -0400, Jeff Layton wrote: > From: Trond Myklebust > > In later patches, we'll be moving the stateowner table into the > nfs4_client, and by doing this we ensure that we have a cached > nfs4_client pointer. > > Signed-off-by: Trond Myklebust Looks good, Reviewed-by: Christoph Hellwig