|
@@ -1626,7 +1626,7 @@ static bool __maybe_unused rcu_try_advance_all_cbs(void)
|
|
|
|
|
|
/* Exit early if we advanced recently. */
|
|
/* Exit early if we advanced recently. */
|
|
if (jiffies == rdtp->last_advance_all)
|
|
if (jiffies == rdtp->last_advance_all)
|
|
- return 0;
|
|
|
|
|
|
+ return false;
|
|
rdtp->last_advance_all = jiffies;
|
|
rdtp->last_advance_all = jiffies;
|
|
|
|
|
|
for_each_rcu_flavor(rsp) {
|
|
for_each_rcu_flavor(rsp) {
|