commit | bfefc73aa1d1bad317bccef8a15da39263d3d962 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 04 12:35:27 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Feb 23 09:04:27 2014 -0800 |
tree | 7eb61b4f1a677785d4cc2fc2570648ac05519cf0 | |
parent | 9c029b86098decd4660eec511b8d2d42da3e7dd9 [diff] |
rcutorture: Stop generic kthreads in torture_cleanup() The specific torture modules (like rcutorture) need to call torture_cleanup() in any case, so this commit makes torture_cleanup() deal with torture_shutdown_cleanup() and torture_stutter_cleanup() so that the specific modules don't have to deal with these details. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>