pipe: fold file_operations instances in one

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-03-12 09:58:10 -04:00
parent f776c73888
commit 599a0ac14e
4 changed files with 38 additions and 195 deletions
+5
View File
@@ -130,3 +130,8 @@ extern struct dentry *__d_alloc(struct super_block *, const struct qstr *);
* read_write.c
*/
extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *);
/*
* pipe.c
*/
extern const struct file_operations pipefifo_fops;