diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 2 |
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); | |||
508 | extern int nfsd4_create_clid_dir(struct nfs4_client *clp); | 508 | extern int nfsd4_create_clid_dir(struct nfs4_client *clp); |
509 | extern void nfsd4_remove_clid_dir(struct nfs4_client *clp); | 509 | extern void nfsd4_remove_clid_dir(struct nfs4_client *clp); |
510 | extern void release_session_client(struct nfsd4_session *); | 510 | extern void release_session_client(struct nfsd4_session *); |
511 | extern __be32 nfs4_validate_stateid(stateid_t *, bool); | 511 | extern __be32 nfs4_validate_stateid(stateid_t *); |
512 | extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); | 512 | extern void nfsd4_purge_closed_stateid(struct nfs4_stateowner *); |
513 | 513 | ||
514 | #endif /* NFSD4_STATE_H */ | 514 | #endif /* NFSD4_STATE_H */ |