CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 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@