commit | 274afd6bfa64984724963204b832cc71565a7740 | [log] [tgz] |
---|---|---|
author | Ildar Ismagilov <devix84@gmail.com> | Tue Jan 30 15:40:16 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 20 16:12:27 2018 -0800 |
tree | bbf1027e9d1c731401aaef45fa854070d0b6aa83 | |
parent | b5482a06593c851028b5dc061f9c8882bcc20008 [diff] |
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: Ildar Ismagilov <devix84@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>