CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2019/07/22 10:39:29
Modified files: sys/kern : vfs_syscalls.c Log message: Grab the vnode lock earlier in sys_getdents() since it could end up sleeping, allowing the file offset to change. This is part of the ongoing effort to protect the file offset using the vnode lock. ok mpi@ visa@