commit | 34078a5e44db3cbed2e0ed580c29a39d94e0cd97 | [log] [tgz] |
---|---|---|
author | Abhishek Sagar <sagar.abhishek@gmail.com> | Tue Jun 03 08:33:41 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jun 10 11:59:05 2008 +0200 |
tree | 30bc17928302d6e38f352ab7fb11d1907906d058 | |
parent | eb9a7bf09172f409c10ec9560adeea95bb4045f5 [diff] |
ftrace: prevent freeing of all failed updates Steven Rostedt wrote: > If we unload a module and reload it, will it ever get converted again? The intent was always to filter core kernel functions to prevent their freeing. Here's a fix which should allow re-recording of module call-sites. Signed-off-by: Ingo Molnar <mingo@elte.hu>