CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2019/07/21 02:30:34

Modified files:
        sys/kern       : vfs_vnops.c 

Log message:
Grab the vnode lock in vn_seek(). Consensus has emerged around using the
existing vnode lock to protect writes to the f_offset field of struct
file. As opposed of introducing a new lock which turned out to be harder
than anticipated.

ok mpi@ visa@

Reply via email to