summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-05-01 02:25:29 +0000
committerdyson <dyson@FreeBSD.org>1998-05-01 02:25:29 +0000
commit78359432791760bccd09449d10ab67d881a8a75c (patch)
treeb011fcf5a6cee7e4cd86af75523dc510d13efc9a /sys
parent2291918271762e5ad54b820cbc06f74c56085a8b (diff)
downloadFreeBSD-src-78359432791760bccd09449d10ab67d881a8a75c.zip
FreeBSD-src-78359432791760bccd09449d10ab67d881a8a75c.tar.gz
Fix minor bug with new over used swap fix.
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_map.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index e7012ad5..f908e15 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.120 1998/04/29 04:28:04 dyson Exp $
+ * $Id: vm_map.c,v 1.121 1998/04/29 06:59:08 dyson Exp $
*/
/*
@@ -1969,6 +1969,7 @@ vm_map_split(entry)
m->flags |= PG_BUSY;
vm_page_protect(m, VM_PROT_NONE);
vm_page_rename(m, new_object, idx);
+ m->dirty = VM_PAGE_BITS_ALL;
PAGE_WAKEUP(m);
}
OpenPOWER on IntegriCloud