OpenBSD cvs log

created 2022-11-27T16:01:29Z
begin 2022-11-09T17:53:12Z
end 2022-11-09T18:12:47Z
path src/sys
commits 1

date 2022-11-09T18:12:47Z
author claudio
files src/sys/kern/spec_vnops.c log diff annotate
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@