commit | 6f8bc500a10ab9cb3861e5bb71155d7bd2bbd2d5 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@freedesktop.org> | Tue May 08 00:25:24 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:00 2007 -0700 |
tree | d1f593511ebc5f57a620bb94a77cc14acba7141e | |
parent | e3222c4ecc649c4ae568e61dda9349482401b501 [diff] |
rcutorture: Mark rcu_torture_init as __init The corresponding rcu_torture_cleanup cannot get marked as __exit, because rcu_torture_init uses it to clean up if init fails. Signed-off-by: Josh Triplett <josh@freedesktop.org> Acked-by: "Paul E. McKenney" <paulmck@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>