diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index b84b848431f2..013b9c2b88e6 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1735,7 +1735,8 @@ extern struct file *create_read_pipe(struct file *f); | |||
1735 | extern struct file *create_write_pipe(void); | 1735 | extern struct file *create_write_pipe(void); |
1736 | extern void free_write_pipe(struct file *); | 1736 | extern void free_write_pipe(struct file *); |
1737 | 1737 | ||
1738 | extern int open_namei(int dfd, const char *, int, int, struct nameidata *); | 1738 | extern struct file *do_filp_open(int dfd, const char *pathname, |
1739 | int open_flag, int mode); | ||
1739 | extern int may_open(struct nameidata *, int, int); | 1740 | extern int may_open(struct nameidata *, int, int); |
1740 | 1741 | ||
1741 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); | 1742 | extern int kernel_read(struct file *, unsigned long, char *, unsigned long); |