aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index 3ed5f99141ec..55a4d6a108a2 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -508,7 +508,7 @@ extern void nfsd4_recdir_purge_old(void);
508extern int nfsd4_create_clid_dir(struct nfs4_client *clp); 508extern int nfsd4_create_clid_dir(struct nfs4_client *clp);
509extern void nfsd4_remove_clid_dir(struct nfs4_client *clp); 509extern void nfsd4_remove_clid_dir(struct nfs4_client *clp);
510extern void release_session_client(struct nfsd4_session *); 510extern void release_session_client(struct nfsd4_session *);
511extern __be32 nfs4_validate_stateid(stateid_t *, bool); 511extern __be32 nfs4_validate_stateid(stateid_t *);
512extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); 512extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *);
513 513
514#endif /* NFSD4_STATE_H */ 514#endif /* NFSD4_STATE_H */