increasing maxfilename to 255

This commit is contained in:
Olga Kornievskaia 2012-05-02 18:54:21 -04:00
parent 556bf9c4fe
commit fb00cff254

View file

@ -42,7 +42,7 @@
#define UPCALL_BUF_SIZE 2048 #define UPCALL_BUF_SIZE 2048
/* MaximumComponentNameLength reported for FileFsAttributeInformation */ /* MaximumComponentNameLength reported for FileFsAttributeInformation */
#define NFS41_MAX_COMPONENT_LEN 64 #define NFS41_MAX_COMPONENT_LEN 256
#define NFS41_MAX_PATH_LEN 1280 #define NFS41_MAX_PATH_LEN 1280
#define NFS41_HOSTNAME_LEN 64 #define NFS41_HOSTNAME_LEN 64