max_path: raise MAX_PATH and UPCALL_BUF_SIZE
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
66d4ea8e0b
commit
eefff7c222
1 changed files with 2 additions and 2 deletions
|
|
@ -39,11 +39,11 @@
|
||||||
|
|
||||||
#define NFS41_MAX_COMPONENT_SIZE 64
|
#define NFS41_MAX_COMPONENT_SIZE 64
|
||||||
|
|
||||||
#define UPCALL_BUF_SIZE 1024
|
#define UPCALL_BUF_SIZE 2048
|
||||||
|
|
||||||
/* MaximumComponentNameLength reported for FileFsAttributeInformation */
|
/* MaximumComponentNameLength reported for FileFsAttributeInformation */
|
||||||
#define NFS41_MAX_COMPONENT_LEN 64
|
#define NFS41_MAX_COMPONENT_LEN 64
|
||||||
#define NFS41_MAX_PATH_LEN MAX_PATH
|
#define NFS41_MAX_PATH_LEN 1280
|
||||||
|
|
||||||
#define NFS41_HOSTNAME_LEN 64
|
#define NFS41_HOSTNAME_LEN 64
|
||||||
#define NFS41_ADDRS_PER_SERVER 4
|
#define NFS41_ADDRS_PER_SERVER 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue