diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index d443c9dd3caa..8d53bc17f93f 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2126,6 +2126,7 @@ extern struct file * open_exec(const char *); | |||
2126 | 2126 | ||
2127 | /* fs/dcache.c -- generic fs support functions */ | 2127 | /* fs/dcache.c -- generic fs support functions */ |
2128 | extern int is_subdir(struct dentry *, struct dentry *); | 2128 | extern int is_subdir(struct dentry *, struct dentry *); |
2129 | extern int path_is_under(struct path *, struct path *); | ||
2129 | extern ino_t find_inode_number(struct dentry *, struct qstr *); | 2130 | extern ino_t find_inode_number(struct dentry *, struct qstr *); |
2130 | 2131 | ||
2131 | #include <linux/err.h> | 2132 | #include <linux/err.h> |