summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/vnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index b0299c5103b2..6ac9bf2fe0b9 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -284,6 +284,7 @@ struct vattr {
#define IO_NOWDRAIN 0x0200 /* do not block on wdrain */
#define IO_EXT 0x0400 /* operate on external attributes */
#define IO_NORMAL 0x0800 /* operate on regular data */
+#define IO_NOMACCHECK 0x1000 /* MAC checks unnecessary */
/*
* Modes. Some values same as Ixxx entries from inode.h for now.