projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede392a
)
tracing: Kill ftrace_event_call->files
author
Oleg Nesterov
<
[email protected]
>
Tue, 15 Jul 2014 18:48:27 +0000
(20:48 +0200)
committer
Steven Rostedt
<
[email protected]
>
Wed, 16 Jul 2014 18:28:41 +0000
(14:28 -0400)
Remove ftrace_event_call->files. It has no users, and in fact even
the commit
ae63b31e4d0e
"tracing: Separate out trace events from
global variables" which added this member did not use it.
Link:
http://lkml.kernel.org/p/
[email protected]
Signed-off-by: Oleg Nesterov <
[email protected]
>
Signed-off-by: Steven Rostedt <
[email protected]
>
include/linux/ftrace_event.h
patch
|
blob
|
history
diff --git
a/include/linux/ftrace_event.h
b/include/linux/ftrace_event.h
index f434d75e083b1eb8e3bba5fa1bcd3c6e4c4226c0..06c6faa9e5ccf659262c783e5e0d98432b542877 100644
(file)
--- a/
include/linux/ftrace_event.h
+++ b/
include/linux/ftrace_event.h
@@
-272,7
+272,6
@@
struct ftrace_event_call {
struct trace_event event;
const char *print_fmt;
struct event_filter *filter;
- struct list_head *files;
void *mod;
void *data;
/*