nfsd: Protect unconfirmed client creation using client_lock
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 12:27:06 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Aug 2014 20:28:20 +0000 (16:28 -0400)
commit3dbacee6e127e7595f83654251cf129cbadc2c26
tree4ecf2a4ea9a2a18b3d9117b56a222f666b117210
parent5cc40fd7b623b306adfe1eba1b509e95890358f5
nfsd: Protect unconfirmed client creation 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