diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-21 15:33:25 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-07-29 21:24:19 +0400 |
commit | e4fad8e5d220e3dfb1050eee752ee5058f29a232 (patch) | |
tree | b56356fda1d1f4f47e1da63aa24080db999dafc1 /include/linux/fs.h | |
parent | b5bcdda32736b94a7d178d156d80a69f536ad468 (diff) | |
download | talos-obmc-linux-e4fad8e5d220e3dfb1050eee752ee5058f29a232.tar.gz talos-obmc-linux-e4fad8e5d220e3dfb1050eee752ee5058f29a232.zip |
consolidate pipe file creation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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) } #endif extern int do_pipe_flags(int *, int); -extern struct file *create_read_pipe(struct file *f, int flags); -extern struct file *create_write_pipe(int flags); -extern void free_write_pipe(struct file *); extern int kernel_read(struct file *, loff_t, char *, unsigned long); extern struct file * open_exec(const char *); |