commit | 6cd534ef8bfe422a5a847b953d1039841509c374 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Dec 10 07:45:13 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jan 06 11:02:53 2015 -0800 |
tree | dbbac5df276f7e2e7379dcb66d8a690cbed6e261 | |
parent | abaf3f9d275b8d856ae5e47531e40c0bfeac012b [diff] |
rcu: Don't scan root rcu_node structure for stalled tasks Now that blocked tasks are no longer migrated to the root rcu_node structure, there is no need to scan the root rcu_node structure for blocked tasks stalling the current grace period. This commit therefore removes this scan. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>