summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2000-12-13 10:01:00 +0000
committertanimura <tanimura@FreeBSD.org>2000-12-13 10:01:00 +0000
commita8dbeb3f7b850f093f2892563882b3afcecd5e8e (patch)
tree5cfdc93fb25655fb4c56646dcc64ce1e405c28e8 /sys/vm/vm_object.c
parent90d90d0c248fbcde27a7d443098c2bf514aaa199 (diff)
downloadFreeBSD-src-a8dbeb3f7b850f093f2892563882b3afcecd5e8e.zip
FreeBSD-src-a8dbeb3f7b850f093f2892563882b3afcecd5e8e.tar.gz
- If swap metadata does not fit into the KVM, reduce the number of
struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits. - Reject swapon(2) upon failure of swap_zone allocation. This is just a temporary fix. Better solutions include: (suggested by: dillon) o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves. Reviewed by: alfred, dillon
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index ddb9ab7..3eb5243 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -84,10 +84,10 @@
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
#include <vm/vm_pager.h>
+#include <vm/vm_zone.h>
#include <vm/swap_pager.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
-#include <vm/vm_zone.h>
static void vm_object_qcollapse __P((vm_object_t object));
OpenPOWER on IntegriCloud