diff options
author | Oleg Nesterov <oleg@redhat.com> | 2014-07-15 20:48:24 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-07-16 20:25:19 +0200 |
commit | ede392a75090aab49b01ecd6f7694bb9130ad461 (patch) | |
tree | ee0d47b039c05d67cbfb3607cbddaaa713e425a4 /init | |
parent | tracing: Kill call_filter_disable() (diff) | |
download | linux-ede392a75090aab49b01ecd6f7694bb9130ad461.tar.xz linux-ede392a75090aab49b01ecd6f7694bb9130ad461.zip |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions