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 7d64913cbb1b..56523319e14c 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -734,6 +734,11 @@ struct nfs4_pathconf_arg { | |||
734 | struct nfs4_sequence_args seq_args; | 734 | struct nfs4_sequence_args seq_args; |
735 | }; | 735 | }; |
736 | 736 | ||
737 | struct nfs4_pathconf_res { | ||
738 | struct nfs_pathconf *pathconf; | ||
739 | struct nfs4_sequence_res seq_res; | ||
740 | }; | ||
741 | |||
737 | struct nfs4_readdir_arg { | 742 | struct nfs4_readdir_arg { |
738 | const struct nfs_fh * fh; | 743 | const struct nfs_fh * fh; |
739 | u64 cookie; | 744 | u64 cookie; |