diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 423ac64ceb74..4017f3553a63 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -508,6 +508,11 @@ u64 nfsd_forget_client_locks(struct nfs4_client*, u64); | |||
508 | u64 nfsd_forget_client_openowners(struct nfs4_client *, u64); | 508 | u64 nfsd_forget_client_openowners(struct nfs4_client *, u64); |
509 | u64 nfsd_forget_client_delegations(struct nfs4_client *, u64); | 509 | u64 nfsd_forget_client_delegations(struct nfs4_client *, u64); |
510 | u64 nfsd_recall_client_delegations(struct nfs4_client *, u64); | 510 | u64 nfsd_recall_client_delegations(struct nfs4_client *, u64); |
511 | |||
512 | u64 nfsd_print_client(struct nfs4_client *, u64); | ||
513 | u64 nfsd_print_client_locks(struct nfs4_client *, u64); | ||
514 | u64 nfsd_print_client_openowners(struct nfs4_client *, u64); | ||
515 | u64 nfsd_print_client_delegations(struct nfs4_client *, u64); | ||
511 | #else /* CONFIG_NFSD_FAULT_INJECTION */ | 516 | #else /* CONFIG_NFSD_FAULT_INJECTION */ |
512 | static inline int nfsd_fault_inject_init(void) { return 0; } | 517 | static inline int nfsd_fault_inject_init(void) { return 0; } |
513 | static inline void nfsd_fault_inject_cleanup(void) {} | 518 | static inline void nfsd_fault_inject_cleanup(void) {} |