diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-05-06 21:57:49 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-05-14 11:37:25 -0400 |
commit | 66209a5bd4825e8890bfb65d48efa8a47c647fea (patch) | |
tree | af341436b09b04b83e33477b9d4197c5b0d718e6 /kernel/stacktrace.c | |
parent | 7c65bbc7dcface00b295bbd18bce82fe1db3d633 (diff) | |
download | op-kernel-dev-66209a5bd4825e8890bfb65d48efa8a47c647fea.zip op-kernel-dev-66209a5bd4825e8890bfb65d48efa8a47c647fea.tar.gz |
ftrace: Remove boolean of hash_enable and hash_disable
Commit 4104d326b670 "ftrace: Remove global function list and call
function directly" cleaned up the global_ops filtering and made
the code simpler, but it left a variable "hash_enable" that was used
to know if the hash functions should be updated or not. It was
updated if the global_ops did not override them. As the global_ops
are now no different than any other ftrace_ops, the hash always
gets updated and there's no reason to use the hash_enable boolean.
The same goes for hash_disable used in ftrace_shutdown().
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions