From: Jeffrey Hutzelman Date: Sat, 25 Feb 2006 06:45:29 +0000 (+0000) Subject: STABLE14-rmtsys-up-limits-20060225 X-Git-Tag: openafs-stable-1_4_1-rc9~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1882ef96937c8b2d86d18109af27feffc6264746;p=packages%2Fo%2Fopenafs.git STABLE14-rmtsys-up-limits-20060225 FIXES 27095 raise limits of constants in rmtsys (cherry picked from commit f800113c3b2cb921a818d8823950c2ffeb18815b) --- diff --git a/src/sys/rmtsys.xg b/src/sys/rmtsys.xg index feae612c5..dd4c46902 100644 --- a/src/sys/rmtsys.xg +++ b/src/sys/rmtsys.xg @@ -10,7 +10,7 @@ package RMTSYS_ statindex 10 prefix S -#define MAXPATHLEN 80 +#define MAXPATHLEN 4096 %#include %#include @@ -29,7 +29,7 @@ struct clientcred { afs_int32 group1; }; -const MAXBUFFERLEN = 2048; /* limited due to kernel buffer restrictions */ +const MAXBUFFERLEN = 16384; /* limited due to kernel buffer restrictions */ typedef opaque rmtbulk; SetPag( IN clientcred *cred,