commit | a36a99618b1adb2d6ca0b7e08e3a656a04e477fe | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Aug 30 20:01:48 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 06 11:28:44 2015 -0700 |
tree | f99dc4e3e38f8c51ccd96435e3c917e3f4a60cec | |
parent | a8c06024d0b557b465ad40b87ef0b51a428f99fd [diff] |
locktorture: Fix module unwind when bad torture_type specified The locktorture module has a list of torture types, and specifying a type not on this list is supposed to cleanly fail the module load. Unfortunately, the "fail" happens without the "cleanly". This commit therefore adds the needed clean-up after an incorrect torture_type. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>