summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2000-03-01 07:25:46 +0000
committerGreg Lehey <grog@FreeBSD.org>2000-03-01 07:25:46 +0000
commit2903a30d77ddfc7406a6c8851c3d4988d8a79da2 (patch)
treec367627122cd89ce6382857a6cc93f4a3231fecb
parentc6dd6dd0d0351e2c630d172ffb75aa9eb1ecb27a (diff)
Notes
-rw-r--r--sys/dev/vinum/vinumvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index a1ef33577714..703da914088f 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -50,6 +50,7 @@
* These aren't as bad as they look: most of them are soft limits.
*/
+#define VINUMROOT
enum constants {
VINUM_HEADER = 512, /* size of header on disk */
MAXCONFIGLINE = 1024, /* maximum size of a single config line */
@@ -167,7 +168,7 @@ enum constants {
PLEX_REGION_TABLE_SIZE = 8, /* number of entries in plex region tables */
INITIAL_LOCKS = 64, /* number of locks to allocate to a plex */
MAX_REVIVE_BLOCKSIZE = 65536, /* maximum revive block size */
- DEFAULT_REVIVE_BLOCKSIZE = 16384, /* default revive block size */
+ DEFAULT_REVIVE_BLOCKSIZE = 65536, /* default revive block size */
VINUMHOSTNAMELEN = 32, /* host name field in label */
};