-
Paul E. McKenney authored
This commit converts the ULONG_CMP_GE() in rcu_gp_fqs_loop() to time_after() to reflect the fact that it is comparing a timestamp to the jiffies counter. Signed-off-by:
Paul E. McKenney <paulmck@kernel.org>
29ffebc5
This commit converts the ULONG_CMP_GE() in rcu_gp_fqs_loop() to
time_after() to reflect the fact that it is comparing a timestamp to
the jiffies counter.
Signed-off-by:
Paul E. McKenney <paulmck@kernel.org>