tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic
authorOleg Nesterov <oleg@redhat.com>
Tue, 15 Jul 2014 18:48:24 +0000 (20:48 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 16 Jul 2014 18:25:19 +0000 (14:25 -0400)
commitede392a75090aab49b01ecd6f7694bb9130ad461
treeee0d47b039c05d67cbfb3607cbddaaa713e425a4
parentb5d09db5ac02660a358f2ac477e85172929e02c8
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 <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_uprobe.c