CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/18 09:41:27
Modified files:
sys/uvm : uvm_aobj.c uvm_fault.c uvm_vnode.c
Log message:
Do not busy pages that are resident & fetched with PGO_LOCKED.
This is safe because the rwlock of the related object is never released until
the handler is done with the pages.
ok kettenis@, tb@
