Re: inline sb define in uipc_usrreq

2017-12-18 Thread Alexander Bluhm
On Mon, Dec 11, 2017 at 09:29:00AM +0100, Martin Pieuchot wrote: > It's complicated to see which socket buffer associated to which socket > need protection. So inline the defines, ok? OK bluhm@ > Index: kern/uipc_usrreq.c > === > RC

Re: inline sb define in uipc_usrreq

2017-12-18 Thread Martin Pieuchot
On 11/12/17(Mon) 09:29, Martin Pieuchot wrote: > It's complicated to see which socket buffer associated to which socket > need protection. So inline the defines, ok? Anyone? > > Index: kern/uipc_usrreq.c > === > RCS file: /cvs/src/

inline sb define in uipc_usrreq

2017-12-11 Thread Martin Pieuchot
It's complicated to see which socket buffer associated to which socket need protection. So inline the defines, ok? Index: kern/uipc_usrreq.c === RCS file: /cvs/src/sys/kern/uipc_usrreq.c,v retrieving revision 1.120 diff -u -p -r1.120