sys/vnode.h: remove stale comment

The source sweep is not going to happen.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D56611
This commit is contained in:
Konstantin Belousov
2026-04-24 05:06:02 +03:00
parent 48bf024f2e
commit f193f5a749
-1
View File
@@ -222,7 +222,6 @@ _Static_assert(sizeof(struct vnode) <= 448, "vnode size crosses 448 bytes");
#define bo2vnode(bo) __containerof((bo), struct vnode, v_bufobj)
/* XXX: These are temporary to avoid a source sweep at this time */
#define v_object v_bufobj.bo_object
#define VN_KNOTE(vp, b, a) \