commit | f881825a73543e9664c7fe7166e06f5f4d569834 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Feb 07 14:42:51 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Feb 23 09:04:39 2014 -0800 |
tree | 534328a56f9bbe9cca4dcb36d15b37dd7093e1de | |
parent | 9dfa5b35c190e3ce9325a356f54282a4b8dc0336 [diff] |
rcutorture: Gracefully handle NULL cleanup hooks Although most torture tests will have some cleanup hook, it is possible that one might not. This commit therefore enables graceful handling of a NULL cleanup hook during torture-test shutdown. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>