diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 424d8f5f2317..fda9ce28b1b2 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | #include <linux/idr.h> | 38 | #include <linux/idr.h> |
39 | #include <linux/sunrpc/svc_xprt.h> | 39 | #include <linux/sunrpc/svc_xprt.h> |
40 | #include <linux/nfsd/nfsfh.h> | ||
41 | #include "nfsfh.h" | 40 | #include "nfsfh.h" |
42 | 41 | ||
43 | typedef struct { | 42 | typedef struct { |
@@ -464,8 +463,6 @@ extern void nfs4_release_reclaim(struct nfsd_net *); | |||
464 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(const char *recdir, | 463 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(const char *recdir, |
465 | struct nfsd_net *nn); | 464 | struct nfsd_net *nn); |
466 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions, struct nfsd_net *nn); | 465 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions, struct nfsd_net *nn); |
467 | extern void nfs4_free_openowner(struct nfs4_openowner *); | ||
468 | extern void nfs4_free_lockowner(struct nfs4_lockowner *); | ||
469 | extern int set_callback_cred(void); | 466 | extern int set_callback_cred(void); |
470 | extern void nfsd4_init_callback(struct nfsd4_callback *); | 467 | extern void nfsd4_init_callback(struct nfsd4_callback *); |
471 | extern void nfsd4_probe_callback(struct nfs4_client *clp); | 468 | extern void nfsd4_probe_callback(struct nfs4_client *clp); |