Messages in this thread |  | | Date | Mon, 7 Jan 2013 17:11:14 +0100 | From | Oleg Nesterov <> | Subject | Re: [PATCH 1/7] uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() |
| |
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.
|  |