OSDN Git Service

rcutorture: Convert ULONG_CMP_LT() to time_before()
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 10 Apr 2020 22:37:12 +0000 (15:37 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit3c80b4024579150ddb8ddd6fd7b110ba192aca3b
treeec06bf3da7bcad0f89a8bd5bfa1cc687acd506c0
parent04dbcdb42f3aecbd14dad90f265b7a77c7bd1894
rcutorture: Convert ULONG_CMP_LT() to time_before()

This commit converts three ULONG_CMP_LT() invocations in rcutorture to
time_before() to reflect the fact that they are comparing timestamps to
the jiffies counter.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c