From: Oleg Nesterov Date: Mon, 31 Dec 2012 17:37:11 +0000 (+0100) Subject: uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check X-Git-Tag: v3.9-rc1~173^2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4355e91f15812df8608925738c91be57c580dd;p=pandora-kernel.git uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check utask->xol_vaddr is either zero or valid, remove the bogus IS_ERR_VALUE() check in xol_free_insn_slot(). Signed-off-by: Oleg Nesterov Acked-by: Anton Arapov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed