Re: NET_RLOCK in ifioctl()

2017-11-14 Thread Alexandr Nedvedicky
Hello, I like this change and I think it should go in. ok sashan On Mon, Nov 13, 2017 at 04:54:11PM +0100, Theo Buehler wrote: > The diff below pushes the NET_LOCK into ifioctl() and reduces it to > NET_RLOCK where possible. In particular, this will allow SIOCG* requests > to run in parallel. >

NET_RLOCK in ifioctl()

2017-11-13 Thread Theo Buehler
The diff below pushes the NET_LOCK into ifioctl() and reduces it to NET_RLOCK where possible. In particular, this will allow SIOCG* requests to run in parallel. ok? Index: sys/kern/sys_socket.c === RCS file: /var/cvs/src/sys/kern/sys