From: Evan Broder Date: Wed, 4 Nov 2009 04:50:39 +0000 (-0500) Subject: Increase the maximum number of sysnames X-Git-Tag: debian/1.4.12+dfsg-3~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=25c6f20d995d7b23b0aa2ea334f9cedde1a782d0;p=packages%2Fo%2Fopenafs.git Increase the maximum number of sysnames Change-Id: I8438ca19649730260370d8b00fb0157e808abe31 Reviewed-on: http://gerrit.openafs.org/778 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit b772bd7e3c1305710eb3c18b2fe4108e467bd383) Reviewed-on: http://gerrit.openafs.org/1650 (cherry picked from commit 812dcc2c1b4e0f333dd0a85f46066c8018aad79b) --- diff --git a/src/afs/afs.h b/src/afs/afs.h index 635fa42cd..800ef0058 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -75,7 +75,7 @@ extern int afs_shuttingdown; #define PIGGYSIZE 1350 /* max piggyback size */ #define MAXVOLS 128 /* max vols we can store */ #define MAXSYSNAME 128 /* max sysname (i.e. @sys) size */ -#define MAXNUMSYSNAMES 16 /* max that current constants allow */ +#define MAXNUMSYSNAMES 32 /* max that current constants allow */ #define NOTOKTIMEOUT (2*3600) /* time after which to timeout conns sans tokens */ #define NOPAG 0xffffffff #define AFS_NCBRS 300 /* max # of call back return entries */