From eefff7c222ffc3304de1debfb9061bf859550a92 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 12 Oct 2010 10:07:10 -0400 Subject: [PATCH] max_path: raise MAX_PATH and UPCALL_BUF_SIZE Signed-off-by: Casey Bodley --- daemon/nfs41_const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/nfs41_const.h b/daemon/nfs41_const.h index 27bb361..bfaebe5 100644 --- a/daemon/nfs41_const.h +++ b/daemon/nfs41_const.h @@ -39,11 +39,11 @@ #define NFS41_MAX_COMPONENT_SIZE 64 -#define UPCALL_BUF_SIZE 1024 +#define UPCALL_BUF_SIZE 2048 /* MaximumComponentNameLength reported for FileFsAttributeInformation */ #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_ADDRS_PER_SERVER 4