summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@primarydata.com>2014-07-30 14:27:37 +0200
committerJ. Bruce Fields <bfields@redhat.com>2014-08-05 21:00:54 +0200
commitb687f6863eed050aa56fe176e513025907ecd287 (patch)
tree4a89d3e53a45b1c724727750fcedc1441ebaae95 /fs/nfsd/state.h
parentnfsd: remove nfs4_lock_state: nfs4_state_shutdown_net (diff)
downloadlinux-b687f6863eed050aa56fe176e513025907ecd287.tar.xz
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.h2
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 *);