nfsd: Don't require client_lock in free_client
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 30 Jul 2014 12:27:04 +0000 (08:27 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 1 Aug 2014 20:28:19 +0000 (16:28 -0400)
commit425510f5c8f1643a01668f48c43c77b8275e9227
tree25130544db04f8bbc3172a043bd0f7556cba1f98
parent4864af97e02d1ef6aa78963195a64ed2ed7752c3
nfsd: Don't require client_lock in free_client

The struct nfs_client is supposed to be invisible and unreferenced
before it gets here.

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