Pulled for v19-rc1.

Oren.


[email protected] wrote:
> From: Serge E. Hallyn <[email protected]>
> 
> Signed-off-by: Serge E. Hallyn <[email protected]>
> ---
>  checkpoint/restart.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/checkpoint/restart.c b/checkpoint/restart.c
> index 9e2647e..724b7b2 100644
> --- a/checkpoint/restart.c
> +++ b/checkpoint/restart.c
> @@ -158,7 +158,7 @@ void restore_debug_free(struct ckpt_ctx *ctx)
>                  ctx->errno);
>       ckpt_debug("kflags %lu uflags %lu oflags %lu", ctx->kflags,
>                  ctx->uflags, ctx->oflags);
> -     for (i = 0; i < ctx->active_pid; i++)
> +     for (i = 0; i < ctx->nr_pids; i++)
>               ckpt_debug("task[%d] to run %d\n", i, ctx->pids_arr[i].vpid);
>  
>       list_for_each_entry_safe(s, p, &ctx->task_status, list) {
_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to