CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/03 02:41:20
Modified files:
sys/kern : uipc_socket.c
sys/nfs : nfs_socket.c
Log message:
Prevent a recursion in the socket layer.
Always defere soreceive() to an nfsd(8) process instead of doing it in
the 'softnet' thread. Avoiding this recursion ensure that we do not
introduce a new sleeping point by releasing and grabbing the netlock.
Tested by many, committing now in order to find possible performance
regression.
