diff options
author | Tom Zanussi <zanussi@kernel.org> | 2020-02-01 00:55:32 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-02-01 21:09:23 +0300 |
commit | 74403b6c50dd7a633d3f22f59f975d6081eae093 (patch) | |
tree | 063ed11d68b2f8bbc668e8fdfdb188fb22771e93 /kernel/freezer.c | |
parent | 249d7b2ef674cdae28c377cfe6f56696548305d5 (diff) | |
download | linux-74403b6c50dd7a633d3f22f59f975d6081eae093.tar.xz |
tracing: Remove check_arg() callbacks from dynevent args
It's kind of strange to have check_arg() callbacks as part of the arg
objects themselves; it makes more sense to just pass these in when the
args are added instead.
Remove the check_arg() callbacks from those objects which also means
removing the check_arg() args from the init functions, adding them to
the add functions and fixing up existing callers.
Link: http://lkml.kernel.org/r/c7708d6f177fcbe1a36b6e4e8e150907df0fa5d2.1580506712.git.zanussi@kernel.org
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/freezer.c')
0 files changed, 0 insertions, 0 deletions