Skip to content

Commit 8808c57

Browse files
Yue HaibingFrederic Weisbecker
authored andcommitted
rcu: Remove unused declaration rcu_segcblist_offload()
Commit 17351eb ("rcu/nocb: Simplify (de-)offloading state machine") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]> Reviewed-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Neeraj Upadhyay <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]>
1 parent f7345cc commit 8808c57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/rcu/rcu_segcblist.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ void rcu_segcblist_inc_len(struct rcu_segcblist *rsclp);
120120
void rcu_segcblist_add_len(struct rcu_segcblist *rsclp, long v);
121121
void rcu_segcblist_init(struct rcu_segcblist *rsclp);
122122
void rcu_segcblist_disable(struct rcu_segcblist *rsclp);
123-
void rcu_segcblist_offload(struct rcu_segcblist *rsclp, bool offload);
124123
bool rcu_segcblist_ready_cbs(struct rcu_segcblist *rsclp);
125124
bool rcu_segcblist_pend_cbs(struct rcu_segcblist *rsclp);
126125
struct rcu_head *rcu_segcblist_first_cb(struct rcu_segcblist *rsclp);

0 commit comments

Comments
 (0)