CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/20 07:31:52
Modified files:
sys/uvm : uvm_vnode.c uvm_vnode.h
Log message:
Access to `u_flags' should be serialized by the `vmobjlock'.
This complete previous fix from gnezdo@. The uvm_vnp_sync() still
requires some love and isn't addressed by this diff.
Document which lock is protecting vnode variables.
ok gnezdo@
