]> Git Repo - linux.git/commit - kernel/rcu/tree_plugin.h
rcu: Remove rsp parameter from dump_blkd_tasks() and friend
authorPaul E. McKenney <[email protected]>
Wed, 4 Jul 2018 00:22:34 +0000 (17:22 -0700)
committerPaul E. McKenney <[email protected]>
Thu, 30 Aug 2018 23:03:10 +0000 (16:03 -0700)
commit81ab59a3ad8656620d7106e855085bc12dc13a4c
tree231f3c40a4a41fc6d3b7d3900fb75b46450d587e
parenta2887cd85f38cf2fdbf42bad97e5c412d99ff5ca
rcu: Remove rsp parameter from dump_blkd_tasks() and friend

There now is only one rcu_state structure in a given build of the
Linux kernel, so there is no need to pass it as a parameter to RCU's
functions.  This commit therefore removes the rsp parameter from
dump_blkd_tasks() and rcu_preempt_blocked_readers_cgp().

Signed-off-by: Paul E. McKenney <[email protected]>
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h
This page took 0.056008 seconds and 4 git commands to generate.