commit | 3296fc4e2509fa8870923ed52e7990040b151847 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Jul 24 15:33:41 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Sep 10 10:48:42 2014 -0400 |
tree | c89a3b63489c66a2472d08465ef54fe8c163b1e0 | |
parent | f7aad4e1a8221210db7eb434349cc6fe87aeee8c [diff] |
ftrace: Remove freeing of old_hash from ftrace_hash_move() ftrace_hash_move() currently frees the old hash that is passed to it after replacing the pointer with the new hash. Instead of having the function do that chore, have the caller perform the free. This lets the ftrace_hash_move() be used a bit more freely, which is needed for changing the way the trampoline logic is done. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>