commit | bb53e416e02cd5406d5e1dbdd89432ff5875e982 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Dec 10 09:30:12 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 23 19:59:51 2016 -0800 |
tree | 5abb9fc3053d528a9a588b5ed5c3f2e87cfc9031 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>