CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/09/08 14:00:28
Modified files:
sys/dev : hotplug.c
sys/dev/wscons : wseventvar.h
sys/isofs/cd9660: cd9660_vnops.c
sys/miscfs/fuse: fuse_device.c fuse_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_kq.c
sys/sys : vnode.h
sys/tmpfs : tmpfs_vnops.c
sys/ufs/ufs : ufs_vnops.c
Log message:
Remove the remnants of the leftover selinfo from vnode(9) layer. Just
mechanical 'selinfo' to 'klist' replacement in 'vnode' structure because
knote(9) API is already used.
<sys/selinfo.h> headers added where is was required.
ok bluhm