mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
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:
parent
6447a3cf19
commit
7bee130e22
3 changed files with 5 additions and 5 deletions
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue