diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 324bfdc21250..9bf64eacba5b 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -396,6 +396,10 @@ extern void nfs4_schedule_state_renewal(struct nfs_client *); | |||
396 | extern void nfs4_renewd_prepare_shutdown(struct nfs_server *); | 396 | extern void nfs4_renewd_prepare_shutdown(struct nfs_server *); |
397 | extern void nfs4_kill_renewd(struct nfs_client *); | 397 | extern void nfs4_kill_renewd(struct nfs_client *); |
398 | extern void nfs4_renew_state(struct work_struct *); | 398 | extern void nfs4_renew_state(struct work_struct *); |
399 | extern void nfs4_set_lease_period(struct nfs_client *clp, | ||
400 | unsigned long lease, | ||
401 | unsigned long lastrenewed); | ||
402 | |||
399 | 403 | ||
400 | /* nfs4state.c */ | 404 | /* nfs4state.c */ |
401 | struct rpc_cred *nfs4_get_clid_cred(struct nfs_client *clp); | 405 | struct rpc_cred *nfs4_get_clid_cred(struct nfs_client *clp); |