|
@@ -273,7 +273,7 @@ static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp)
|
|
|
seq_printf(m, "nfqs=%lu/nfqsng=%lu(%lu) fqlh=%lu oqlen=%ld/%ld\n",
|
|
|
rsp->n_force_qs, rsp->n_force_qs_ngp,
|
|
|
rsp->n_force_qs - rsp->n_force_qs_ngp,
|
|
|
- rsp->n_force_qs_lh, rsp->qlen_lazy, rsp->qlen);
|
|
|
+ ACCESS_ONCE(rsp->n_force_qs_lh), rsp->qlen_lazy, rsp->qlen);
|
|
|
for (rnp = &rsp->node[0]; rnp - &rsp->node[0] < rcu_num_nodes; rnp++) {
|
|
|
if (rnp->level != level) {
|
|
|
seq_puts(m, "\n");
|