Re: *usrreq() need a socket lock

2017-09-04 Thread Alexander Bluhm
On Mon, Sep 04, 2017 at 10:03:32AM +0200, Martin Pieuchot wrote: > For some of them it happens to be the NET_LOCK(), but not all of them > need it. So use the correct macro. For consistency rip6_usrreq() and divert6_usrreq() should get that, too. > ok? OK bluhm@ > Index: net/rtsock.c > ===

*usrreq() need a socket lock

2017-09-04 Thread Martin Pieuchot
For some of them it happens to be the NET_LOCK(), but not all of them need it. So use the correct macro. ok? Index: net/rtsock.c === RCS file: /cvs/src/sys/net/rtsock.c,v retrieving revision 1.249 diff -u -p -r1.249 rtsock.c --- net