aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
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);
1735extern struct file *create_write_pipe(void); 1735extern struct file *create_write_pipe(void);
1736extern void free_write_pipe(struct file *); 1736extern void free_write_pipe(struct file *);
1737 1737
1738extern int open_namei(int dfd, const char *, int, int, struct nameidata *); 1738extern struct file *do_filp_open(int dfd, const char *pathname,
1739 int open_flag, int mode);
1739extern int may_open(struct nameidata *, int, int); 1740extern int may_open(struct nameidata *, int, int);
1740 1741
1741extern int kernel_read(struct file *, unsigned long, char *, unsigned long); 1742extern int kernel_read(struct file *, unsigned long, char *, unsigned long);