commit | 0ae2827fafa21db97bd81ae638539019a8806555 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sun May 02 19:56:05 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sun May 02 19:56:05 2021 -0700 |
tree | 1b690ba4a2e78441622a1d49fb0b80c069c1ea3e | |
parent | 70e662d3cfe370490f310b81aaedf47d5d7cf55e [diff] |
rcutorture: Move mem_dump_obj() tests into separate function To make the purpose of the code more apparent, this commit moves the tests of mem_dump_obj() to a new rcu_torture_mem_dump_obj() function and calls it from rcu_torture_cleanup(). Signed-off-by: Paul E. McKenney <paulmck@kernel.org>