Re: Send sysctl_mq() where it belongs

2017-10-11 Thread Alexander Bluhm
On Wed, Oct 11, 2017 at 02:58:21PM +0200, Martin Pieuchot wrote: > sysctl_mq() messes with 'struct mbuf_queue' internals, so keep it in > kern/uipc_mbuf.c with the rest of the mq* functions. I wonder whether it should be called mq_sysctl() as it will be located in the mq_ namespace. A grep for

Send sysctl_mq() where it belongs

2017-10-11 Thread Martin Pieuchot
sysctl_mq() messes with 'struct mbuf_queue' internals, so keep it in kern/uipc_mbuf.c with the rest of the mq* functions. ok? Index: net/if.c === RCS file: /cvs/src/sys/net/if.c,v retrieving revision 1.514 diff -u -p -r1.514 if.c