Re: Kill if_detached_ioctl()

2023-06-12 Thread Alexander Bluhm
On Wed, Jun 07, 2023 at 01:36:23PM +0300, Vitaliy Makkoveev wrote: > In this point the interface is already removed from the list of all > interfaces and from the interface index map and all possible > concurrent ioctl() threads finished. Remove this dead code. Should we set ifp->if_ioctl to

Kill if_detached_ioctl()

2023-06-07 Thread Vitaliy Makkoveev
In this point the interface is already removed from the list of all interfaces and from the interface index map and all possible concurrent ioctl() threads finished. Remove this dead code. Index: sys/net/if.c === RCS file: