commit | 9fb9197de394beb354594ed7a1b5c40c857b435e | [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> | Fri Feb 07 16:25:19 2014 -0800 |
tree | 2beb24b20fba90729f9ca50e05d33000362e86da | |
parent | a35a39c08e0f0cde81d81fcea9d5ef2f26a0d248 [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>