1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Properly synchronize the previous change.

This commit is contained in:
Alan Cox 2009-11-28 00:50:09 +00:00
parent d8778512cf
commit 79f6ebe233
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199870

View File

@ -761,8 +761,10 @@ RetryFault:;
fs.first_m->valid = VM_PAGE_BITS_ALL;
if (wired && (fault_flags &
VM_FAULT_CHANGE_WIRING) == 0) {
vm_page_lock_queues();
vm_page_wire(fs.first_m);
vm_page_unwire(fs.m, FALSE);
vm_page_unlock_queues();
}
/*
* We no longer need the old page or object.