From: Oleg Nesterov Date: Sun, 27 Apr 2014 15:00:46 +0000 (+0200) Subject: uprobes/x86: Kill the "autask" arg of riprel_pre_xol() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~14^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f55e82bacaaa2c41b8e14d6bc78129b096b67b8;p=pandora-kernel.git uprobes/x86: Kill the "autask" arg of riprel_pre_xol() default_pre_xol_op() passes ¤t->utask->autask to riprel_pre_xol() and this is just ugly because it still needs to load current->utask to read ->vaddr. Remove this argument, change riprel_pre_xol() to use current->utask. Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed