From: Trond Myklebust Date: Mon, 30 Jun 2014 15:48:45 +0000 (-0400) Subject: nfsd: Convert nfsd4_process_open1() to work with lookup_clientid() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d6f66b0826029051518a71d513dbb1a1146992;p=pandora-kernel.git nfsd: Convert nfsd4_process_open1() to work with lookup_clientid() ...and have alloc_init_open_stateowner just use the cstate->clp pointer instead of passing in a clp separately. This allows us to use the cached nfs4_client pointer in the cstate instead of having to look it up again. Signed-off-by: Trond Myklebust Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed