From: Oleg Nesterov Date: Thu, 28 Mar 2013 17:58:11 +0000 (+0100) Subject: uprobes/tracing: Kill the pointless seq_print_ip_sym() call X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~119^2~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456fdbcb8648a20f56977efbc6f13e28936fcf0b;p=pandora-kernel.git uprobes/tracing: Kill the pointless seq_print_ip_sym() call seq_print_ip_sym(ip) in print_uprobe_event() is pointless, kallsyms_lookup(ip) can not resolve a user-space address. Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju Tested-by: Anton Arapov --- Reading git-diff-tree failed