CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/05 13:21:39
Modified files:
sys/kern : uipc_socket.c uipc_socket2.c
sys/nfs : nfs_socket.c nfs_syscalls.c
Log message:
Use `sb_mtx' mutex(9) to protect `sb_timeo_nsecs'. In most places
solock() is still held because other 'sockbuf' members require it, but
in so{g,s}etopt() paths solock() is avoided.
ok bluhm
