]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-cache-autotune-20060220
authorDerrick Brashear <shadow@dementia.org>
Mon, 20 Feb 2006 21:49:41 +0000 (21:49 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 20 Feb 2006 21:49:41 +0000 (21:49 +0000)
put in defaults so an old afsd will still start ok.

(cherry picked from commit 10947ccc74b0bef53e152c7275760ab8873a176e)

src/afs/afs_chunk.c

index d4845b66bcd0a51eca5b080eeaea4915881f3e46..a7c90e2811d049f4ce7504a678c676f4b379c19e 100644 (file)
@@ -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;