o Lock page queue accesses by vm_page_deactivate().
This commit is contained in:
parent
67d722ed73
commit
91bb74a88c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101196
@ -1959,7 +1959,9 @@ vm_freeze_copyopts(vm_object_t object, vm_pindex_t froma, vm_pindex_t toa)
|
||||
printf("vm_freeze_copyopts: cannot read page from file: %lx\n", (long)m_in->pindex);
|
||||
continue;
|
||||
}
|
||||
vm_page_lock_queues();
|
||||
vm_page_deactivate(m_in);
|
||||
vm_page_unlock_queues();
|
||||
}
|
||||
|
||||
vm_page_protect(m_in, VM_PROT_NONE);
|
||||
|
Loading…
Reference in New Issue
Block a user