From: Oleg Nesterov Date: Sun, 30 Dec 2012 16:40:39 +0000 (+0100) Subject: uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() X-Git-Tag: v3.9-rc1~173^2~2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a82538001e1a68f4a319d5a75de90d1f284731;p=pandora-kernel.git uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() Move alloc_page() from xol_add_vma() to xol_alloc_area() to cleanup the code. This separates the memory allocations and consolidates the -EALREADY cleanups and the error handling. Signed-off-by: Oleg Nesterov Acked-by: Anton Arapov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed