CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/11/09 11:12:47
Modified files: sys/kern : spec_vnops.c Log message: Simplify the overly complex VXLOCK handling in spec_close. The code only needs to know if the vnode is exclusive locked and this can be done on entry of the function. OK mpi@