[Devel] Re: [trivial PATCH linux-cr] BUG_ON paren mismatch
Oren Laadan
orenl at cs.columbia.edu
Tue Mar 2 12:53:20 PST 2010
Yeah .. embarrassing ... I fixed locally already.
Serge E. Hallyn wrote:
> Signed-off-by: Serge E. Hallyn <serue at 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
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list