Re: Remove splsoftnet() in in_ioctl()
On Mon, Nov 28, 2016 at 03:08:20PM +0100, Martin Pieuchot wrote: > umb(4) also calls in_ioctl() directly but always under splnet(), so for > the moment this is good enough. > > ok? OK bluhm@ > > Index: netinet/igmp.c > === > RCS fi
Remove splsoftnet() in in_ioctl()
umb(4) also calls in_ioctl() directly but always under splnet(), so for the moment this is good enough. ok? Index: netinet/igmp.c === RCS file: /cvs/src/sys/netinet/igmp.c,v retrieving revision 1.55 diff -u -p -r1.55 igmp.c --- netin