diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index c5e4c5c7403..3468df5a06e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1869,7 +1869,7 @@ extern void free_write_pipe(struct file *); | |||
1869 | 1869 | ||
1870 | extern struct file *do_filp_open(int dfd, const char *pathname, | 1870 | extern struct file *do_filp_open(int dfd, const char *pathname, |
1871 | int open_flag, int mode); | 1871 | int open_flag, int mode); |
1872 | extern int may_open(struct nameidata *, int, int); | 1872 | extern int may_open(struct path *, int, int); |
1873 | 1873 | ||
1874 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); | 1874 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); |
1875 | extern struct file * open_exec(const char *); | 1875 | extern struct file * open_exec(const char *); |