Linux Container Development
 help / color / mirror / Atom feed
* [PATCH 1/1] fix typo in nsproxy.c in ckpt-v19-rc2.9
@ 2010-01-28  3:21 Serge E. Hallyn
       [not found] ` <20100128032108.GA13006-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2010-01-28  3:21 UTC (permalink / raw)
  To: Oren Laadan; +Cc: Linux Containers

Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 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);
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] fix typo in nsproxy.c in ckpt-v19-rc2.9
       [not found] ` <20100128032108.GA13006-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2010-01-28 18:40   ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2010-01-28 18:40 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: Linux Containers


ugh .. no idea who it slipped in :(

Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> ---
>  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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-28 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28  3:21 [PATCH 1/1] fix typo in nsproxy.c in ckpt-v19-rc2.9 Serge E. Hallyn
     [not found] ` <20100128032108.GA13006-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-01-28 18:40   ` Oren Laadan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox