CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2019/08/13 01:09:21

Modified files:
        sys/kern       : syscalls.master vfs_vnops.c 

Log message:
Revert unlock of lseek(2) since vn_lock() could end up calling tsleep()
which is not allowed without holding the kernel lock. Otherwise, wakeups
could be lost.

Reported-by: [email protected]

Reply via email to