commit | 20d2e4283a97665a3db78c60dfa342a0c7c1b180 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josht@us.ibm.com> | Wed Oct 04 02:17:15 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 04 07:55:31 2006 -0700 |
tree | 25bb664ab495fe4afcf9b2f85e438a437af0f85c | |
parent | e3033736581f125ba5fd6c0760e0d430d54fb5c0 [diff] |
[PATCH] rcu: add rcu_sync torture type to rcutorture Use the newly-generic synchronous deferred free function to implement torture testing for RCU using synchronize_rcu rather than the asynchronous call_rcu. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: Paul E. McKenney <paulmck@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>