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/nfs4_fs.h | |
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/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 1ff0ea2a8461..04eff16b34d3 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -60,6 +60,8 @@ struct nfs4_minor_version_ops { | |||
60 | struct nfs4_sequence_args *args, | 60 | struct nfs4_sequence_args *args, |
61 | struct nfs4_sequence_res *res, | 61 | struct nfs4_sequence_res *res, |
62 | int cache_reply); | 62 | int cache_reply); |
63 | int (*validate_stateid)(struct nfs_delegation *, | ||
64 | const nfs4_stateid *); | ||
63 | const struct nfs4_state_recovery_ops *reboot_recovery_ops; | 65 | const struct nfs4_state_recovery_ops *reboot_recovery_ops; |
64 | const struct nfs4_state_recovery_ops *nograce_recovery_ops; | 66 | const struct nfs4_state_recovery_ops *nograce_recovery_ops; |
65 | const struct nfs4_state_maintenance_ops *state_renewal_ops; | 67 | const struct nfs4_state_maintenance_ops *state_renewal_ops; |