From fb00cff254a3ad3cb37fa7ad94a6d6abfeed2e21 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Wed, 2 May 2012 18:54:21 -0400 Subject: [PATCH] increasing maxfilename to 255 --- daemon/nfs41_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/nfs41_const.h b/daemon/nfs41_const.h index 9b7a870..f1e6177 100644 --- a/daemon/nfs41_const.h +++ b/daemon/nfs41_const.h @@ -42,7 +42,7 @@ #define UPCALL_BUF_SIZE 2048 /* MaximumComponentNameLength reported for FileFsAttributeInformation */ -#define NFS41_MAX_COMPONENT_LEN 64 +#define NFS41_MAX_COMPONENT_LEN 256 #define NFS41_MAX_PATH_LEN 1280 #define NFS41_HOSTNAME_LEN 64