[Devel] Re: [PATCH 1/1] restore_ipc_ns: set ret=0 if no error
Oren Laadan
orenl at cs.columbia.edu
Mon Jun 15 16:02:31 PDT 2009
Heh .. I already hit this one and fixed - I am finishing a few more
fixes before pushing them all.
Thanks :)
Serge E. Hallyn wrote:
> Why pretend there's an error when there isn't?
>
> (Without this, all restarts fail with CONFIG_UTS_NS or CONFIG_IPC_NS
> on)
>
> Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
> ---
> kernel/nsproxy.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c
> index e3db0b9..5fae13c 100644
> --- a/kernel/nsproxy.c
> +++ b/kernel/nsproxy.c
> @@ -308,6 +308,7 @@ static struct nsproxy *do_restore_ns(struct ckpt_ctx *ctx)
> nsproxy = create_nsproxy();
> if (!nsproxy)
> goto out;
> + ret = 0;
>
> get_uts_ns(uts_ns);
> nsproxy->uts_ns = uts_ns;
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list