get rid of alloc_pipe_info() argument

not used anymore

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2013-03-21 11:04:15 -04:00
parent 6447a3cf19
commit 7bee130e22
3 changed files with 5 additions and 5 deletions

View file

@ -146,7 +146,7 @@ int pipe_proc_fn(struct ctl_table *, int, void __user *, size_t *, loff_t *);
/* Drop the inode semaphore and wait for a pipe event, atomically */
void pipe_wait(struct pipe_inode_info *pipe);
struct pipe_inode_info * alloc_pipe_info(struct inode * inode);
struct pipe_inode_info *alloc_pipe_info(void);
void free_pipe_info(struct inode * inode);
void __free_pipe_info(struct pipe_inode_info *);