From 86e2f1f1ea3c05063ac161f2fe12bd6b078e42d4 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 3 Aug 2003 13:39:59 +0000 Subject: [PATCH] Remove the NSWAPDEV option, we have no upper limit on how many swap devices we can have anymore. --- sys/conf/NOTES | 8 -------- sys/conf/options | 1 - 2 files changed, 9 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ae772ae8b73b..ee9e2d962368 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -726,14 +726,6 @@ options MD_ROOT_SIZE=10 # images of type mfs_root or md_root. options MD_ROOT -# Allow this many swap-devices. -# -# In order to manage swap, the system must reserve bitmap space that -# scales with the largest mounted swap device multiplied by NSWAPDEV, -# irrespective of whether other swap devices exist. So it is not a -# good idea to make this value too large. -options NSWAPDEV=5 - # Disk quotas are supported when this option is enabled. options QUOTA #enable disk quotas diff --git a/sys/conf/options b/sys/conf/options index 4d09c8223962..e4769dd1b61d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -119,7 +119,6 @@ MAC_TEST opt_dontuse.h MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h NDGBPORTS opt_dgb.h -NSWAPDEV opt_swap.h NSWBUF_MIN opt_swap.h NTIMECOUNTER opt_ntp.h PANIC_REBOOT_WAIT_TIME opt_panic.h