diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:22:02 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 13:46:27 -0400 |
commit | 22958463d5dca8548e19430779f379e66fd6e4a4 (patch) | |
tree | 6483363bee0eb39f155774858bdd06d5d8dc9d4a /include/linux/nfs_xdr.h | |
parent | 73c403a9a93743b068103c13c05ed136dc687d05 (diff) |
nfs41: use nfs4_fs_locations_res
In preparation for nfs41 sequence processing.
Signed-off-by: Andy Admason <andros@netapp.com>
[find nfs4_fs_locations_res]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 0f2dc8f4cc36..d837f10c49ef 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -867,6 +867,11 @@ struct nfs4_fs_locations_arg { | |||
867 | struct nfs4_sequence_args seq_args; | 867 | struct nfs4_sequence_args seq_args; |
868 | }; | 868 | }; |
869 | 869 | ||
870 | struct nfs4_fs_locations_res { | ||
871 | struct nfs4_fs_locations *fs_locations; | ||
872 | struct nfs4_sequence_res seq_res; | ||
873 | }; | ||
874 | |||
870 | #endif /* CONFIG_NFS_V4 */ | 875 | #endif /* CONFIG_NFS_V4 */ |
871 | 876 | ||
872 | struct nfs_page; | 877 | struct nfs_page; |