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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user