]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Add state name to show_rcu_gp_kthreads() output
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 2 Oct 2018 18:24:08 +0000 (11:24 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Mon, 12 Nov 2018 17:03:59 +0000 (09:03 -0800)
commit691960197e8daa39bf89886ba2e39de1e33f1ce4
treefe9bb6ee58a02dd34bec8224a8dd83802dced474
parent791416c47153b45f640d52baaf30995d9d396a08
rcu: Add state name to show_rcu_gp_kthreads() output

This commit adds the name of the RCU grace-period state to
the show_rcu_gp_kthreads() output in order to ease debugging.
This commit also moves gp_state_getname() up in the code so that
show_rcu_gp_kthreads() can use it.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree.c