commit | 9c029b86098decd4660eec511b8d2d42da3e7dd9 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 04 11:47:08 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Feb 23 09:04:25 2014 -0800 |
tree | a108dd697afee54ef25db8303aaa71c7b28e37aa | |
parent | 47cf29b9e721967aac95ebda9e50408219755852 [diff] |
rcutorture: Abstract torture_stop_kthread() Stopping of kthreads is not RCU-specific, so this commit abstracts out torture_stop_kthread(), saving a few lines of code in the process. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>