Commit f3c93470 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pipes: Get rid of dangling line in dump_pipe

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 28cd2a76
......@@ -416,8 +416,7 @@ static const struct fdtype_ops pipe_ops = {
.dump = dump_one_pipe,
};
int dump_pipe(struct fd_parms *p, int lfd,
const struct cr_fdset *cr_fdset)
int dump_pipe(struct fd_parms *p, int lfd, const struct cr_fdset *cr_fdset)
{
return do_dump_gen_file(p, lfd, &pipe_ops, cr_fdset);
}
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