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 f71260aeb803..4dac59ef6f4f 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -795,6 +795,11 @@ struct nfs4_statfs_arg { | |||
795 | struct nfs4_sequence_args seq_args; | 795 | struct nfs4_sequence_args seq_args; |
796 | }; | 796 | }; |
797 | 797 | ||
798 | struct nfs4_statfs_res { | ||
799 | struct nfs_fsstat *fsstat; | ||
800 | struct nfs4_sequence_res seq_res; | ||
801 | }; | ||
802 | |||
798 | struct nfs4_server_caps_arg { | 803 | struct nfs4_server_caps_arg { |
799 | struct nfs_fh *fhandle; | 804 | struct nfs_fh *fhandle; |
800 | struct nfs4_sequence_args seq_args; | 805 | struct nfs4_sequence_args seq_args; |