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, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 8fabb037a48d..478237844648 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2326,9 +2326,6 @@ static inline void i_readcount_inc(struct inode *inode)
2326} 2326}
2327#endif 2327#endif
2328extern int do_pipe_flags(int *, int); 2328extern int do_pipe_flags(int *, int);
2329extern struct file *create_read_pipe(struct file *f, int flags);
2330extern struct file *create_write_pipe(int flags);
2331extern void free_write_pipe(struct file *);
2332 2329
2333extern int kernel_read(struct file *, loff_t, char *, unsigned long); 2330extern int kernel_read(struct file *, loff_t, char *, unsigned long);
2334extern struct file * open_exec(const char *); 2331extern struct file * open_exec(const char *);