diff options
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-05-01 18:00:10 -0400 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-12 18:39:00 -0400 |
| commit | 77cfc7bf24ba0ba37be54e224007847d485a860f (patch) | |
| tree | 39790cb5070c6d9578f088711f6040af1a5c60f4 /kernel/rcu/tree.c | |
| parent | c74859d1eb2d8578bdf6d78ba893e394085aba1a (diff) | |
rcu: Fix typo and add additional debug
This commit fixes a typo and adds some additional debugging to the
message emitted when a task blocking the current grace period is listed
as blocking it when either that grace period ends or the next grace
period begins. This commit also reformats the console message for
readability.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu/tree.c')
| -rw-r--r-- | kernel/rcu/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 85417584ffd0..a4277c1087d9 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
| @@ -2316,6 +2316,7 @@ static void rcu_report_unblock_qs_rnp(struct rcu_state *rsp, | |||
| 2316 | return; /* Still need more quiescent states! */ | 2316 | return; /* Still need more quiescent states! */ |
| 2317 | } | 2317 | } |
| 2318 | 2318 | ||
| 2319 | rnp->completedqs = rnp->gp_seq; | ||
| 2319 | rnp_p = rnp->parent; | 2320 | rnp_p = rnp->parent; |
| 2320 | if (rnp_p == NULL) { | 2321 | if (rnp_p == NULL) { |
| 2321 | /* | 2322 | /* |
