From: Derrick Brashear Date: Mon, 20 Feb 2006 21:49:41 +0000 (+0000) Subject: STABLE14-cache-autotune-20060220 X-Git-Tag: openafs-stable-1_4_1-rc9~31 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c16b51d0e138f1b2715bad977ac2d10eceea1ba8;p=packages%2Fo%2Fopenafs.git STABLE14-cache-autotune-20060220 put in defaults so an old afsd will still start ok. (cherry picked from commit 10947ccc74b0bef53e152c7275760ab8873a176e) --- diff --git a/src/afs/afs_chunk.c b/src/afs/afs_chunk.c index d4845b66b..a7c90e281 100644 --- a/src/afs/afs_chunk.c +++ b/src/afs/afs_chunk.c @@ -24,6 +24,6 @@ RCSID /* Place the defaults in afsd instead of all around the code, so * AFS_SETCHUNKSIZE() needs to be called before doing anything */ -afs_int32 afs_FirstCSize = 0; -afs_int32 afs_OtherCSize = 0; -afs_int32 afs_LogChunk = 0; +afs_int32 afs_FirstCSize = AFS_DEFAULTCSIZE; +afs_int32 afs_OtherCSize = AFS_DEFAULTCSIZE; +afs_int32 afs_LogChunk = AFS_DEFAULTLSIZE;