diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-06-16 09:52:27 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-06-22 13:24:02 -0400 |
commit | e047a10c1293ee0ab20258154e7f3ebf8ad502d6 (patch) | |
tree | 7dacba9544d57462b136893903398ce08b3a8435 /fs/nfs/nfs4proc.c | |
parent | c48f4f3541e67881c9eb7c46e052f5ece48ef530 (diff) |
NFSv41: Fix nfs_async_inode_return_delegation() ugliness
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 9f222f57e75b..d1ab0c36e939 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -5356,6 +5356,7 @@ struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { | |||
5356 | static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = { | 5356 | static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = { |
5357 | .minor_version = 0, | 5357 | .minor_version = 0, |
5358 | .call_sync = _nfs4_call_sync, | 5358 | .call_sync = _nfs4_call_sync, |
5359 | .validate_stateid = nfs4_validate_delegation_stateid, | ||
5359 | .reboot_recovery_ops = &nfs40_reboot_recovery_ops, | 5360 | .reboot_recovery_ops = &nfs40_reboot_recovery_ops, |
5360 | .nograce_recovery_ops = &nfs40_nograce_recovery_ops, | 5361 | .nograce_recovery_ops = &nfs40_nograce_recovery_ops, |
5361 | .state_renewal_ops = &nfs40_state_renewal_ops, | 5362 | .state_renewal_ops = &nfs40_state_renewal_ops, |
@@ -5365,6 +5366,7 @@ static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = { | |||
5365 | static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = { | 5366 | static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = { |
5366 | .minor_version = 1, | 5367 | .minor_version = 1, |
5367 | .call_sync = _nfs4_call_sync_session, | 5368 | .call_sync = _nfs4_call_sync_session, |
5369 | .validate_stateid = nfs41_validate_delegation_stateid, | ||
5368 | .reboot_recovery_ops = &nfs41_reboot_recovery_ops, | 5370 | .reboot_recovery_ops = &nfs41_reboot_recovery_ops, |
5369 | .nograce_recovery_ops = &nfs41_nograce_recovery_ops, | 5371 | .nograce_recovery_ops = &nfs41_nograce_recovery_ops, |
5370 | .state_renewal_ops = &nfs41_state_renewal_ops, | 5372 | .state_renewal_ops = &nfs41_state_renewal_ops, |