diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 662584142e0c..427110475e33 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h | |||
@@ -2574,7 +2574,7 @@ static void rcu_init_one_nocb(struct rcu_node *rnp) | |||
2574 | static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, | 2574 | static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, |
2575 | bool lazy, unsigned long flags) | 2575 | bool lazy, unsigned long flags) |
2576 | { | 2576 | { |
2577 | return 0; | 2577 | return false; |
2578 | } | 2578 | } |
2579 | 2579 | ||
2580 | static bool __maybe_unused rcu_nocb_adopt_orphan_cbs(struct rcu_state *rsp, | 2580 | static bool __maybe_unused rcu_nocb_adopt_orphan_cbs(struct rcu_state *rsp, |