Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 19:59:13 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f193f5a749b6 - main - sys/vnode.h: remove stale comment
Message-ID:  <69f7a911.4093c.2f9d5148@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=f193f5a749b696e6c05fa2c47c24522b1624b1a7

commit f193f5a749b696e6c05fa2c47c24522b1624b1a7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-24 02:06:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-05-03 19:58:37 +0000

    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
---
 sys/sys/vnode.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 0ceaed3cf4b5..70340faca1b4 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -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)              				\


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f7a911.4093c.2f9d5148>