CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/07/12 03:25:47
Modified files: sys/kern : uipc_syscalls.c Log message: Do not call fo_ioctl() in syscall that do, or will, take the socket lock. Prevents a future lock recursion since soo_ioctl() will need to grab the lock. ok bluhm@, visa@