commit | 8a01e93af556b81e7c88c6059bb66391487bbc6b | [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> | Mon Jan 05 16:30:22 2015 -0800 |
tree | dbbac5df276f7e2e7379dcb66d8a690cbed6e261 | |
parent | 2ab9b0da3d1e05ccb64b1c2f5dd13516915eacfa [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>