aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 24d88e98a62..3cf62d26d49 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -55,7 +55,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
55#define LOOKUP_OPEN (0x0100) 55#define LOOKUP_OPEN (0x0100)
56#define LOOKUP_CREATE (0x0200) 56#define LOOKUP_CREATE (0x0200)
57#define LOOKUP_ACCESS (0x0400) 57#define LOOKUP_ACCESS (0x0400)
58#define LOOKUP_CHDIR (0x0800)
59 58
60extern int __user_walk(const char __user *, unsigned, struct nameidata *); 59extern int __user_walk(const char __user *, unsigned, struct nameidata *);
61extern int __user_walk_fd(int dfd, const char __user *, unsigned, struct nameidata *); 60extern int __user_walk_fd(int dfd, const char __user *, unsigned, struct nameidata *);