Re: Replace selinfo by klist in vnode structure

2023-09-08 Thread Vitaliy Makkoveev
On Fri, Sep 08, 2023 at 07:39:10PM +0200, Alexander Bluhm wrote: > 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 klis

Re: Replace selinfo by klist in vnode structure

2023-09-08 Thread Alexander Bluhm
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. > > headers added where is was required. Disa

Replace selinfo by klist in vnode structure

2023-09-07 Thread Vitaliy Makkoveev
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. headers added where is was required. Disabled tmpsfs was also tested. ok? Index: sys/dev/hotplug.c =