On Tue, 13 May 2014, Jianyu Zhan wrote:

> diff --git a/mm/internal.h b/mm/internal.h
> index 07b6736..53d439e 100644
> --- a/mm/internal.h
> +++ b/mm/internal.h
> @@ -196,7 +196,12 @@ static inline int mlocked_vma_newpage(struct 
> vm_area_struct *vma,
>               return 0;
>
>       if (!TestSetPageMlocked(page)) {
> -             mod_zone_page_state(page_zone(page), NR_MLOCK,
> +             /*
> +              * We use the irq-unsafe __mod_zone_page_stat because
> +              * this counter is not modified from interrupt context, and the
> +              * pte lock is held(spinlock), which implies preemtion disabled.

Preemption is mis-spelled throughout.

Otherwise

Reviewed-by: Christoph Lameter <c...@linux.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to