- New Loader Tunable
- vm.swap_reserved_new_bios The number of the bios reserved and preallocated for the swap operations. Zero means no bios are reserved. Refer to kern.geom.reserved_new_bios in geom(4) for the configuration limitations.
While I am here, apply some minor improvements on swapgeom_strategy():
- g_alloc_bio() may block and hence never fails.
Signed-off-by: Seigo Tanimura <seigo.tanimura@gmail.com>