nfsd: Protect nfsd4_destroy_clientid using client_lock
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 12:27:08 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Aug 2014 20:28:22 +0000 (16:28 -0400)
commit6b10ad193d391c295146f23cbe8523e48df78999
tree003cec2684d4604671e5a8a81551de9a9a12c1fe
parentd20c11d86d8f821a64eac7d6c8f296f06d935f4f
nfsd: Protect nfsd4_destroy_clientid using client_lock

...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