mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix minor bug with new over used swap fix.
This commit is contained in:
parent
e79dc52bbf
commit
e493d28abc
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue