nfsd: Move create_client() call outside the lock
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 12:27:05 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Aug 2014 20:28:20 +0000 (16:28 -0400)
commit5cc40fd7b623b306adfe1eba1b509e95890358f5
tree61bb583c0d5b39c7827ab8b0a9485f711fbb5345
parent425510f5c8f1643a01668f48c43c77b8275e9227
nfsd: Move create_client() call outside the lock

For efficiency reasons, and because we want to use spin locks instead
of relying on the client_mutex.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c