aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 0e80cd717d32..4b86f806014c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1778,8 +1778,8 @@ static inline void allow_write_access(struct file *file)
1778} 1778}
1779extern int do_pipe(int *); 1779extern int do_pipe(int *);
1780extern int do_pipe_flags(int *, int); 1780extern int do_pipe_flags(int *, int);
1781extern struct file *create_read_pipe(struct file *f); 1781extern struct file *create_read_pipe(struct file *f, int flags);
1782extern struct file *create_write_pipe(void); 1782extern struct file *create_write_pipe(int flags);
1783extern void free_write_pipe(struct file *); 1783extern void free_write_pipe(struct file *);
1784 1784
1785extern struct file *do_filp_open(int dfd, const char *pathname, 1785extern struct file *do_filp_open(int dfd, const char *pathname,