CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/18 19:08:24
Modified files:
sys/uvm : uvm_page.c
Log message:
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@
