[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementation
authorJosh Triplett <josht@us.ibm.com>
Wed, 4 Oct 2006 09:17:14 +0000 (02:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:31 +0000 (07:55 -0700)
commite3033736581f125ba5fd6c0760e0d430d54fb5c0
treef3158a2c544b79700dad5fb9fe8d09b134629faa
parentb772e1dd4b1e60a7a160f7bd4ea08e28394ceb54
[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementation

Make srcu_torture_deferred_free use cur_ops->sync() so it will work for any
implementation.  Move and rename it in preparation for use in the ops of other
implementations.

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>
kernel/rcutorture.c