From: Steven Rostedt (Red Hat) Date: Thu, 24 Jul 2014 19:33:41 +0000 (-0400) Subject: ftrace: Remove freeing of old_hash from ftrace_hash_move() X-Git-Tag: fixes-against-v3.18-rc2~114^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3296fc4e2509fa8870923ed52e7990040b151847;p=pandora-kernel.git 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 --- Reading git-diff-tree failed