diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-07-30 08:27:37 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-08-05 15:00:54 -0400 |
commit | b687f6863eed050aa56fe176e513025907ecd287 (patch) | |
tree | 4a89d3e53a45b1c724727750fcedc1441ebaae95 /fs/nfsd/state.h | |
parent | 74cf76df0f7fa39f4d9d6c43487774d43b31eb80 (diff) | |
download | linux-b687f6863eed050aa56fe176e513025907ecd287.tar.gz linux-b687f6863eed050aa56fe176e513025907ecd287.tar.bz2 linux-b687f6863eed050aa56fe176e513025907ecd287.zip |
nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index a02358f2442c..32a7c290d027 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -437,8 +437,6 @@ struct nfsd_net; extern __be32 nfs4_preprocess_stateid_op(struct net *net, struct nfsd4_compound_state *cstate, stateid_t *stateid, int flags, struct file **filp); -extern void nfs4_lock_state(void); -extern void nfs4_unlock_state(void); void nfs4_put_stid(struct nfs4_stid *s); void nfs4_remove_reclaim_record(struct nfs4_client_reclaim *, struct nfsd_net *); extern void nfs4_release_reclaim(struct nfsd_net *); |