CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/05/24 08:08:42
Modified files: sys/ufs/ufs : ufs_vnops.c Log message: Delay the vput() of the directory vnode until the vnode has been processed by the knote() hook. This ensures the vnode does not get freed or reused too early. OK mpi@, guenther@