CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/23 13:07:31
Modified files:
sys/kern : vfs_vnops.c
Log message:
Grab the vnode lock earlier in vn_read() 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@
