aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-07-27 19:56:27 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-07-27 19:56:27 +0000
commit586261a30fcdda1c278f1857924256fba2073011 (patch)
tree7c160a65709a1e9b9ebc51cf90bd0a3d748fa875 /sys
parent4581821b9a66e9dfe55f11f06462feb7c6e650c0 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index c75122e58b00..1c418028fdbd 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -183,7 +183,7 @@ struct vnode {
#define VOWANT 0x20000 /* a thread is waiting for VOLOCK */
#define VDOOMED 0x40000 /* This vnode is being recycled */
#define VFREE 0x80000 /* This vnode is on the freelist */
-/* open for business 0x100000 */
+#define VCACHEDLABEL 0x100000 /* Vnode has valid cached MAC label */
#define VONWORKLST 0x200000 /* On syncer work-list */
#define VMOUNT 0x400000 /* Mount in progress */
#define VOBJDIRTY 0x800000 /* object might be dirty */