Remove the NSWAPDEV option, we have no upper limit on how many

swap devices we can have anymore.
This commit is contained in:
Poul-Henning Kamp 2003-08-03 13:39:59 +00:00
parent 8f60c087e6
commit 86e2f1f1ea
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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