CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/12 02:17:05
Modified files:
sys/kern : syscalls.master vfs_vnops.c
Log message:
Unlock lseek(2) since the file offset is MP-safe by now. Calling
VOP_GETATTR() must still be serialized using the kernel lock since the
underlying file system implementation is not MP-safe.
no objection from deraadt@ and ok mpi@ visa@
