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 5a5ff57ceed4..cd09751c71a0 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
@@ -58,6 +58,7 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; | |||
58 | 58 | ||
59 | extern int user_path_at(int, const char __user *, unsigned, struct path *); | 59 | extern int user_path_at(int, const char __user *, unsigned, struct path *); |
60 | extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); | 60 | extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); |
61 | extern int user_path_umountat(int, const char __user *, unsigned int, struct path *); | ||
61 | 62 | ||
62 | #define user_path(name, path) user_path_at(AT_FDCWD, name, LOOKUP_FOLLOW, path) | 63 | #define user_path(name, path) user_path_at(AT_FDCWD, name, LOOKUP_FOLLOW, path) |
63 | #define user_lpath(name, path) user_path_at(AT_FDCWD, name, 0, path) | 64 | #define user_lpath(name, path) user_path_at(AT_FDCWD, name, 0, path) |