]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/nfsd/nfs4state.c
nfsd: Always use lookup_clientid() in nfsd4_process_open1
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 30 Jun 2014 15:48:46 +0000 (11:48 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 10 Jul 2014 00:55:06 +0000 (20:55 -0400)
commit2d91e8953cb046d9eef281ddc608fee31a942f35
tree327e6098629dec7f6ef9a78b33b53c06c3bfe94b
parent13d6f66b0826029051518a71d513dbb1a1146992
nfsd: Always use lookup_clientid() in nfsd4_process_open1

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 <trond.myklebust@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c