commit | 07fd5515f3b5c20704707f63e7f4485b534508a8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu May 05 18:03:47 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 18 15:29:50 2011 -0400 |
tree | f018ec497f8c6b49a0fcfcd7a92a600e670f90f2 | |
parent | 2b499381bc50ede01b3d8eab164ca2fad00655f0 [diff] |
ftrace: Free hash with call_rcu_sched() When a hash is modified and might be in use, we need to perform a schedule RCU operation on it, as the hashes will soon be used directly in the function tracer callback. Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>