diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:22:45 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 15:25:10 -0400 |
commit | 8e69514f2981d85108c2bd220ff8e188c0c27cdb (patch) | |
tree | b106990c6ac0a286ae449afe8f0d781abcb754fe /fs/nfs/nfs4proc.c | |
parent | 29fba38b793225798104a1ac870e6807ebd078dd (diff) |
nfs41: support minorversion 1 for nfs4_check_lease
[moved nfs4_get_renew_cred related changes to
"nfs41: introduce get_state_renewal_cred"]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 101ba6aed101..da481bda44f7 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -4795,11 +4795,13 @@ struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = { | |||
4795 | 4795 | ||
4796 | struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = { | 4796 | struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = { |
4797 | .sched_state_renewal = nfs4_proc_async_renew, | 4797 | .sched_state_renewal = nfs4_proc_async_renew, |
4798 | .renew_lease = nfs4_proc_renew, | ||
4798 | }; | 4799 | }; |
4799 | 4800 | ||
4800 | #if defined(CONFIG_NFS_V4_1) | 4801 | #if defined(CONFIG_NFS_V4_1) |
4801 | struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { | 4802 | struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { |
4802 | .sched_state_renewal = nfs41_proc_async_sequence, | 4803 | .sched_state_renewal = nfs41_proc_async_sequence, |
4804 | .renew_lease = nfs4_proc_sequence, | ||
4803 | }; | 4805 | }; |
4804 | #endif | 4806 | #endif |
4805 | 4807 | ||