On Thu, Sep 07, 2023 at 10:32:58PM +0300, Vitaliy Makkoveev wrote: > Remove the remnants of the leftover selinfo from vnode(9) layer. Just > mechanical replacement because knote(9) API is already used. I don't > want make klist MP safe with this diff. > > <sys/selinfo.h> headers added where is was required. Disabled tmpsfs was > also tested. > > ok?
OK bluhm@ > #include <sys/hotplug.h> > #include <sys/ioctl.h> > #include <sys/vnode.h> > +#include <sys/selinfo.h> I think these headers were sorted alphabetically as much as possible before.