summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-01-16 22:01:21 (GMT)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-03-11 20:22:36 (GMT)
commitb33078b6098148c3efdacc907249a247c9d5491e (patch)
tree8a9128a42b47bac12419fe875eaef1ba9534932d /fs
parent490ab882e2719f5e809a0cb5af7fda4620b66dca (diff)
downloadlinux-b33078b6098148c3efdacc907249a247c9d5491e.tar.xz
rcu: Consolidate offline-CPU callback initialization
Currently, both rcu_cleanup_dead_cpu() and rcu_send_cbs_to_orphanage() initialize the outgoing CPU's callback list. However, only rcu_cleanup_dead_cpu() invokes rcu_send_cbs_to_orphanage(), and it does so unconditionally, which means that only one of these initializations is required. This commit therefore consolidates the callback-list initialization with the rest of the callback handling in rcu_send_cbs_to_orphanage(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions