Skip to content
Commit 57721fd1 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Remove dead code from rcu_segcblist_insert_pend_cbs()



The rcu_segcblist_insert_pend_cbs() function currently (partially)
initializes the rcu_cblist that it pulls callbacks from.  However, all
the resulting stores are dead because all callers pass in the address of
an on-stack cblist that is not used afterwards.  This commit therefore
removes this pointless initialization.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 90c01894
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment