summaryrefslogtreecommitdiffstats
path: root/sys/sys/namei.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/namei.h')
-rw-r--r--sys/sys/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index 9ca6697..946f4e5 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -105,7 +105,6 @@ struct nameidata {
#define WANTPARENT 0x0010 /* want parent vnode returned unlocked */
#define NOCACHE 0x0020 /* name must not be left in cache */
#define FOLLOW 0x0040 /* follow symbolic links */
-#define NOOBJ 0x0080 /* don't create object */
#define LOCKSHARED 0x0100 /* Shared lock leaf */
#define NOFOLLOW 0x0000 /* do not follow symbolic links (pseudo) */
#define MODMASK 0x01fc /* mask of operational modifiers */
OpenPOWER on IntegriCloud