linux-updates-20060309
[openafs.git] / src / afs / afs_chunk.c
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <afsconfig.h>
11 #include "afs/param.h"
12
13 RCSID
14     ("$Header$");
15
16 #include "afs/stds.h"
17 #include "afs/sysincludes.h"    /* Standard vendor system headers */
18 #include "afsincludes.h"        /* Afs-based standard headers */
19 #include "afs/afs_stats.h"
20
21 /*
22  * Chunk module.
23  */
24
25 /* Place the defaults in afsd instead of all around the code, so
26  * AFS_SETCHUNKSIZE() needs to be called before doing anything */
27 afs_int32 afs_FirstCSize = AFS_DEFAULTCSIZE;
28 afs_int32 afs_OtherCSize = AFS_DEFAULTCSIZE;
29 afs_int32 afs_LogChunk = AFS_DEFAULTLSIZE;