Comment out an incorrect lock assertion.
authormpi <mpi@openbsd.org>
Wed, 19 Jan 2022 02:08:24 +0000 (02:08 +0000)
committermpi <mpi@openbsd.org>
Wed, 19 Jan 2022 02:08:24 +0000 (02:08 +0000)
commitce38e430042fdde37eba5b261050777942e7e473
tree2f8519bbb3585f195099052a29b6b1b5e56d5ccf
parent397008dfd9e390e165d916655d2fb862fcb0833c
Comment out an incorrect lock assertion.

The swap code path in uvm_aio_aiodone() is not holding the corresponding
page lock and shouldn't as long as anons are locked inside uvm_page_unbusy()
to handle the PG_RELEASED case.

Reported by Ralf Horstmann on bugs@
sys/uvm/uvm_page.c