Commit 48e5023c authored by Pavel Emelyanov's avatar Pavel Emelyanov

pipes: Remove unused args from stack

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 76c2818b
...@@ -268,12 +268,10 @@ err: ...@@ -268,12 +268,10 @@ err:
static int open_pipe(struct file_desc *d) static int open_pipe(struct file_desc *d)
{ {
unsigned long time = 1000; struct pipe_info *pi, *p;
struct pipe_info *pi, *pc, *p;
int ret, tmp; int ret, tmp;
int pfd[2]; int pfd[2];
int sock; int sock;
int create;
pi = container_of(d, struct pipe_info, d); pi = container_of(d, struct pipe_info, 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