Commit 6177c92b authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pipes: Drop unused find_pipe(int id)

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1a1a1861
......@@ -27,14 +27,6 @@ struct pipe_info {
static LIST_HEAD(pipes);
static struct pipe_info *find_pipe(int id)
{
struct file_desc *fd;
fd = find_file_desc_raw(FDINFO_PIPE, id);
return container_of(fd, struct pipe_info, d);
}
static int open_pipe(struct file_desc *d);
static int pipe_should_open_transport(struct fdinfo_entry *fe,
struct file_desc *d);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment