1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

vnode.h: add comment line about VIRF_ flags

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2024-09-20 07:53:02 +03:00
parent b3c2cc7ea9
commit f50a0944d0

View File

@ -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