From: Oleg Nesterov Date: Mon, 31 Dec 2012 15:39:49 +0000 (+0100) Subject: uprobes: Fold xol_alloc_area() into get_xol_area() X-Git-Tag: v3.9-rc1~173^2~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b545df809644912552360054c7bbe8b8a9e01fa;p=pandora-kernel.git uprobes: Fold xol_alloc_area() into get_xol_area() Currently only xol_get_insn_slot() does get_xol_area() + xol_alloc_area(), but this will have more users and we do not want to copy-and-paste this code. This patch simply moves xol_alloc_area() into get_xol_area() to simplify the current and future code. Signed-off-by: Oleg Nesterov Acked-by: Anton Arapov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed