[Devel] Re: [PATCH 1/1] fix typo in nsproxy.c in ckpt-v19-rc2.9
Oren Laadan
orenl at cs.columbia.edu
Thu Jan 28 10:40:58 PST 2010
ugh .. no idea who it slipped in :(
Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
> ---
> kernel/nsproxy.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c
> index f2cf1a2..b0e71f2 100644
> --- a/kernel/nsproxy.c
> +++ b/kernel/nsproxy.c
> @@ -291,7 +291,7 @@ static int do_checkpoint_ns(struct ckpt_ctx *ctx, struct nsproxy *nsproxy)
>
> /* FIXME: for now, only marked visited to pacify leaks */
> ret = ckpt_obj_visit(ctx, nsproxy->mnt_ns, CKPT_OBJ_MNT_NS);
> - if (et < 0)
> + if (ret < 0)
> goto out;
>
> ret = ckpt_write_obj(ctx, &h->h);
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list