Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb53e416 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Assign false instead of 0 for ->core_needs_qs



A zero seems to have escaped earlier true/false substitution efforts,
so this commit changes 0 to false for the ->core_needs_qs boolean field.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 92e963f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2390,7 +2390,7 @@ rcu_report_qs_rdp(int cpu, struct rcu_state *rsp, struct rcu_data *rdp)
	if ((rnp->qsmask & mask) == 0) {
		raw_spin_unlock_irqrestore(&rnp->lock, flags);
	} else {
		rdp->core_needs_qs = 0;
		rdp->core_needs_qs = false;

		/*
		 * This GP can't end until cpu checks in, so all of our