diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
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 |
2328 | extern int do_pipe_flags(int *, int); | 2328 | extern int do_pipe_flags(int *, int); |
2329 | extern struct file *create_read_pipe(struct file *f, int flags); | ||
2330 | extern struct file *create_write_pipe(int flags); | ||
2331 | extern void free_write_pipe(struct file *); | ||
2332 | 2329 | ||
2333 | extern int kernel_read(struct file *, loff_t, char *, unsigned long); | 2330 | extern int kernel_read(struct file *, loff_t, char *, unsigned long); |
2334 | extern struct file * open_exec(const char *); | 2331 | extern struct file * open_exec(const char *); |