summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro2012-07-21 13:33:25 +0200
committerAl Viro2012-07-29 19:24:19 +0200
commite4fad8e5d220e3dfb1050eee752ee5058f29a232 (patch)
treeb56356fda1d1f4f47e1da63aa24080db999dafc1 /include/linux/fs.h
parenttake grabbing f->f_path to do_dentry_open() (diff)
downloadkernel-qcow2-linux-e4fad8e5d220e3dfb1050eee752ee5058f29a232.tar.gz
kernel-qcow2-linux-e4fad8e5d220e3dfb1050eee752ee5058f29a232.tar.xz
kernel-qcow2-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.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)
}
#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 *);