commit | e4fad8e5d220e3dfb1050eee752ee5058f29a232 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Sat Jul 21 15:33:25 2012 +0400 |
committer | Al Viro <[email protected]> | Sun Jul 29 21:24:19 2012 +0400 |
tree | b56356fda1d1f4f47e1da63aa24080db999dafc1 | |
parent | b5bcdda32736b94a7d178d156d80a69f536ad468 [diff] [blame] |
consolidate pipe file creation Signed-off-by: Al Viro <[email protected]>
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index e1ac1ce..e16dcb3 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h
@@ -162,4 +162,6 @@ long pipe_fcntl(struct file *, unsigned int, unsigned long arg); struct pipe_inode_info *get_pipe_info(struct file *file); +int create_pipe_files(struct file **, int); + #endif