Re: [PATCH 1/7] uprobes: Move alloc_page() from xol_add_vma() toxol_alloc_area()

From: Oleg Nesterov
Date: Mon Jan 07 2013 - 11:11:35 EST


On 01/07, Anton Arapov wrote:
>
> On Mon, Dec 31, 2012 at 06:52:12PM +0100, Oleg Nesterov wrote:
> > - goto fail;
> > + goto free_area;
> > +
> > + area->page = area->page = alloc_page(GFP_HIGHUSER);
>
> fyi: didn't review this patch set yet, just caught the string above. ;)

OOPS, thanks, will fix.

Oleg.

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