commit | d984114ec23818670c8873939eac81ba6e104ff5 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Apr 27 11:46:02 2022 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Jun 21 15:56:46 2022 -0700 |
tree | 098edae9655451a63d08eb656f78806e5f9653ec | |
parent | 14c0017c19ead104511dbcf6a59b83b2456d09af [diff] |
rcutorture: Simplify rcu_torture_read_exit_child() loop The existing loop has an implicit manual loop that obscures the flow and requires an extra control variable. This commit makes this implicit loop explicit, thus saving several lines of code. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>