mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Access to the page's busy field is (now) synchronized by the containing
object's lock. Therefore, the assertion that the page queues lock is held can be removed from vm_page_io_start().
This commit is contained in:
parent
15f224973d
commit
7aa2190c8e
1 changed files with 0 additions and 1 deletions
|
|
@ -342,7 +342,6 @@ vm_page_io_start(vm_page_t m)
|
|||
{
|
||||
|
||||
VM_OBJECT_LOCK_ASSERT(m->object, MA_OWNED);
|
||||
mtx_assert(&vm_page_queue_mtx, MA_OWNED);
|
||||
m->busy++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue