Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2026 10:16:02 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d56df1f77525 - stable/15 - sys/vnode.h: remove stale comment
Message-ID:  <6a37b9e2.1d906.1ab907de@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

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

commit d56df1f775257a7415b780baf2c64a0a36f2ce69
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-24 02:06:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-06-21 10:05:30 +0000

    sys/vnode.h: remove stale comment
    
    (cherry picked from commit 5e4947f7e08a90ba50f9e8cea9ae5e128717cb5f)
---
 sys/sys/vnode.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index f3ab68d1a4c9..cda188c1dbf5 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -221,7 +221,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) do {                    			\


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a37b9e2.1d906.1ab907de>