diff options
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; |