Skip to content
Commit 77dc1741 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loop



The infinite for-loop in rcu_tasks_wait_gp() has its only exit at the
top of the loop, so this commit does the straightforward conversion to
a while-loop, thus saving a few lines.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent e1eb075c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment