CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2019/10/19 00:56:18
Modified files: sys/miscfs/deadfs: dead_vnops.c Log message: Unlock the vnode in vop_inactive of deadfs. The unlock operation is a no-op at the moment, but future work will introduce an actual lock that has to be released. OK mpi@ anton@