aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h3
-rw-r--r--include/linux/namei.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 25998e803fc2..d8721e818b45 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -61,8 +61,7 @@ extern int dir_notify_enable;
61#define MAY_READ 4 61#define MAY_READ 4
62#define MAY_APPEND 8 62#define MAY_APPEND 8
63#define MAY_ACCESS 16 63#define MAY_ACCESS 16
64#define MAY_CHDIR 32 64#define MAY_OPEN 32
65#define MAY_OPEN 64
66 65
67#define FMODE_READ 1 66#define FMODE_READ 1
68#define FMODE_WRITE 2 67#define FMODE_WRITE 2
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 768773d57857..60e35a02f6cb 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -53,7 +53,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
53 */ 53 */
54#define LOOKUP_OPEN (0x0100) 54#define LOOKUP_OPEN (0x0100)
55#define LOOKUP_CREATE (0x0200) 55#define LOOKUP_CREATE (0x0200)
56#define LOOKUP_ACCESS (0x0400)
57 56
58extern int __user_walk(const char __user *, unsigned, struct nameidata *); 57extern int __user_walk(const char __user *, unsigned, struct nameidata *);
59extern int __user_walk_fd(int dfd, const char __user *, unsigned, struct nameidata *); 58extern int __user_walk_fd(int dfd, const char __user *, unsigned, struct nameidata *);