diff options
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r-- | include/linux/namei.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h index 83cd6e5cd7dc..9c8603872c36 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -64,6 +64,7 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; | |||
64 | 64 | ||
65 | #define LOOKUP_JUMPED 0x1000 | 65 | #define LOOKUP_JUMPED 0x1000 |
66 | #define LOOKUP_ROOT 0x2000 | 66 | #define LOOKUP_ROOT 0x2000 |
67 | #define LOOKUP_EMPTY 0x4000 | ||
67 | 68 | ||
68 | extern int user_path_at(int, const char __user *, unsigned, struct path *); | 69 | extern int user_path_at(int, const char __user *, unsigned, struct path *); |
69 | 70 | ||