diff options
-rw-r--r-- | include/linux/nfs_xdr.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 00848d86ffb2..d9f5e8d6ca84 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -759,6 +759,11 @@ struct nfs3_getaclres { | |||
759 | struct posix_acl * acl_default; | 759 | struct posix_acl * acl_default; |
760 | }; | 760 | }; |
761 | 761 | ||
762 | struct nfs4_string { | ||
763 | unsigned int len; | ||
764 | char *data; | ||
765 | }; | ||
766 | |||
762 | #ifdef CONFIG_NFS_V4 | 767 | #ifdef CONFIG_NFS_V4 |
763 | 768 | ||
764 | typedef u64 clientid4; | 769 | typedef u64 clientid4; |
@@ -949,11 +954,6 @@ struct nfs4_server_caps_res { | |||
949 | struct nfs4_sequence_res seq_res; | 954 | struct nfs4_sequence_res seq_res; |
950 | }; | 955 | }; |
951 | 956 | ||
952 | struct nfs4_string { | ||
953 | unsigned int len; | ||
954 | char *data; | ||
955 | }; | ||
956 | |||
957 | #define NFS4_PATHNAME_MAXCOMPONENTS 512 | 957 | #define NFS4_PATHNAME_MAXCOMPONENTS 512 |
958 | struct nfs4_pathname { | 958 | struct nfs4_pathname { |
959 | unsigned int ncomponents; | 959 | unsigned int ncomponents; |