OpenBSD cvs log

created 2022-05-03T06:58:03Z
begin 2022-04-30T14:44:04Z
end 2022-04-30T17:58:43Z
path src/sys
commits 1

date 2022-04-30T17:58:43Z
author mpi
files src/sys/uvm/uvm_pdaemon.c log diff annotate
message Recheck PG_BUSY after locking the page.

Another thread can set the bit if we sleep during rw_enter(9) in which case
the page shouldn't be touched.

ok semarie@