From: jolsa@redhat.com Date: Wed, 7 Oct 2009 17:00:35 +0000 (+0200) Subject: tracing: correct module boundaries for ftrace_release X-Git-Tag: v2.6.32-rc4~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7247a15ff3bbdab0a8b402dffa1171e5c05a8e0;p=pandora-kernel.git tracing: correct module boundaries for ftrace_release When the module is about the unload we release its call records. The ftrace_release function was given wrong values representing the module core boundaries, thus not releasing its call records. Plus making ftrace_release function module specific. Signed-off-by: Jiri Olsa LKML-Reference: <1254934835-363-3-git-send-email-jolsa@redhat.com> Cc: stable@kernel.org Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed