rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 10 Apr 2020 22:52:53 +0000 (15:52 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Apr 2020 18:01:16 +0000 (11:01 -0700)
commit7b2413111a630469282c427033818977515ea592
tree53361f32f7e6b8112a838eb9bc06c1de3b6ee481
parent29ffebc5fcc0bcd8e9bc9f9b3899f2d222b12b04
rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()

This commit converts the ULONG_CMP_GE() in rcu_initiate_boost() 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>
kernel/rcu/tree_plugin.h