Date: Sun, 13 Oct 2024 21:34:57 GMT 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: f50a0944d034 - main - vnode.h: add comment line about VIRF_ flags Message-ID: <202410132134.49DLYvjx044842@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f50a0944d034519c300be1cd1c9518d259a17337 commit f50a0944d034519c300be1cd1c9518d259a17337 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-09-20 04:53:02 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-13 21:34:30 +0000 vnode.h: add comment line about VIRF_ flags Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/sys/vnode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 0d0f228f7051..c929b4265552 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -231,6 +231,7 @@ _Static_assert(sizeof(struct vnode) <= 448, "vnode size crosses 448 bytes"); /* * Vnode flags. * VI flags are protected by interlock and live in v_iflag + * VIRF flags are protected by interlock and live in v_irflag * VV flags are protected by the vnode lock and live in v_vflag * * VIRF_DOOMED is doubly protected by the interlock and vnode lock. Both
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410132134.49DLYvjx044842>