git: 7b8de6a84b30 - stable/14 - vnode.h: add comment line about VIRF_ flags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 15:05:43 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7b8de6a84b309a393ab347679f167ff06800175e commit 7b8de6a84b309a393ab347679f167ff06800175e Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-09-20 04:53:02 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-15 15:03:59 +0000 vnode.h: add comment line about VIRF_ flags (cherry picked from commit f50a0944d034519c300be1cd1c9518d259a17337) --- sys/sys/vnode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 2667b77d7c52..0cd48ea44747 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -233,6 +233,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