Re: soreceive() unlock/relock

2017-12-18 Thread Alexander Bluhm
On Mon, Dec 18, 2017 at 02:46:32PM +0100, Martin Pieuchot wrote: > Diff below remove an unnecessary unlock/relock dance when following the > 'goto restart'. > > ok? OK bluhm@ > Index: kern/uipc_socket.c > === > RCS file:

soreceive() unlock/relock

2017-12-18 Thread Martin Pieuchot
Diff below remove an unnecessary unlock/relock dance when following the 'goto restart'. ok? Index: kern/uipc_socket.c === RCS file: /cvs/src/sys/kern/uipc_socket.c,v retrieving revision 1.211 diff -u -p -r1.211 uipc_socket.c ---