]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1144544125dfe44b3bbf72153b50471e7fc9ce6
tree61bb583c0d5b39c7827ab8b0a9485f711fbb5345
parentfea51ff05c348e1b3f138f2456caf5cc104e2f8a
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