Yeah .. embarrassing ... I fixed locally already.

Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <se...@us.ibm.com>
> ---
>  mm/mmap.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/mmap.c b/mm/mmap.c
> index a188a25..0e8ef05 100644
> --- a/mm/mmap.c
> +++ b/mm/mmap.c
> @@ -2403,7 +2403,7 @@ int special_mapping_restore(struct ckpt_ctx *ctx,
>        * requiring the same mapping (start address) as before.
>        */
>  
> -     BUG_ON((h->vma_type != CKPT_VMA_VDSO);
> +     BUG_ON(h->vma_type != CKPT_VMA_VDSO);
>  
>  #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES
>  #if defined(CONFIG_X86_64) && defined(CONFIG_COMPAT)
_______________________________________________
Containers mailing list
contain...@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to