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 4a89e00d7461..a5fa6909501e 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -551,7 +551,7 @@ extern void nfsd4_client_tracking_exit(struct net *net); | |||
551 | extern void nfsd4_client_record_create(struct nfs4_client *clp); | 551 | extern void nfsd4_client_record_create(struct nfs4_client *clp); |
552 | extern void nfsd4_client_record_remove(struct nfs4_client *clp); | 552 | extern void nfsd4_client_record_remove(struct nfs4_client *clp); |
553 | extern int nfsd4_client_record_check(struct nfs4_client *clp); | 553 | extern int nfsd4_client_record_check(struct nfs4_client *clp); |
554 | extern void nfsd4_record_grace_done(struct nfsd_net *nn, time_t boot_time); | 554 | extern void nfsd4_record_grace_done(struct nfsd_net *nn); |
555 | 555 | ||
556 | /* nfs fault injection functions */ | 556 | /* nfs fault injection functions */ |
557 | #ifdef CONFIG_NFSD_FAULT_INJECTION | 557 | #ifdef CONFIG_NFSD_FAULT_INJECTION |