From: Oleg Nesterov Date: Tue, 15 Jul 2014 18:48:24 +0000 (+0200) Subject: tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic X-Git-Tag: cleanup-for-v3.18~144^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede392a75090aab49b01ecd6f7694bb9130ad461;p=pandora-kernel.git tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic alloc_trace_uprobe() sets TRACE_EVENT_FL_USE_CALL_FILTER for unknown reason and this is simply wrong. Fortunately this has no effect because register_uprobe_event() clears call->flags after that. Kill both. This trace_uprobe was kzalloc'ed and we rely on this fact anyway. Link: http://lkml.kernel.org/p/20140715184824.GA20505@redhat.com Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed