Skip to content
Commit 274afd6b authored by Ildar Ismagilov's avatar Ildar Ismagilov Committed by Paul E. McKenney
Browse files

rcu: Fix misprint in srcu_funnel_exp_start



The srcu_funnel_exp_start() function checks to see if the srcu_struct
structure's expedited grace period counter needs updating to reflect a
newly arrived request for an expedited SRCU grace period.  Unfortunately,
the check is backwards, so this commit reverses the sense of the test.

Signed-off-by: default avatarIldar Ismagilov <devix84@gmail.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent b5482a06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment