From: Oleg Nesterov Date: Sat, 24 Nov 2012 17:27:08 +0000 (+0100) Subject: uprobes: Kill UPROBE_RUN_HANDLER flag X-Git-Tag: v3.9-rc1~173^2~2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb929284be40cbbdb347690742557d708fd504a9;p=pandora-kernel.git uprobes: Kill UPROBE_RUN_HANDLER flag Simply remove UPROBE_RUN_HANDLER and the corresponding code. It can only help if uprobe has a single consumer, and in fact it is no longer needed after handler_chain() was changed to use ->register_rwsem, we simply can not race with uprobe_register(). Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed