|
@@ -759,6 +759,11 @@ struct nfs3_getaclres {
|
|
struct posix_acl * acl_default;
|
|
struct posix_acl * acl_default;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+struct nfs4_string {
|
|
|
|
+ unsigned int len;
|
|
|
|
+ char *data;
|
|
|
|
+};
|
|
|
|
+
|
|
#ifdef CONFIG_NFS_V4
|
|
#ifdef CONFIG_NFS_V4
|
|
|
|
|
|
typedef u64 clientid4;
|
|
typedef u64 clientid4;
|
|
@@ -949,11 +954,6 @@ struct nfs4_server_caps_res {
|
|
struct nfs4_sequence_res seq_res;
|
|
struct nfs4_sequence_res seq_res;
|
|
};
|
|
};
|
|
|
|
|
|
-struct nfs4_string {
|
|
|
|
- unsigned int len;
|
|
|
|
- char *data;
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
#define NFS4_PATHNAME_MAXCOMPONENTS 512
|
|
#define NFS4_PATHNAME_MAXCOMPONENTS 512
|
|
struct nfs4_pathname {
|
|
struct nfs4_pathname {
|
|
unsigned int ncomponents;
|
|
unsigned int ncomponents;
|