Skip to content

Commit c68465d

Browse files
committed
rcuscale: Print out full set of module parameters
Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 7221f49 commit c68465d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/rcu/rcuscale.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ static void
525525
rcu_scale_print_module_parms(struct rcu_scale_ops *cur_ops, const char *tag)
526526
{
527527
pr_alert("%s" SCALE_FLAG
528-
"--- %s: nreaders=%d nwriters=%d verbose=%d shutdown=%d\n",
529-
scale_type, tag, nrealreaders, nrealwriters, verbose, shutdown);
528+
"--- %s: gp_async=%d gp_async_max=%d gp_exp=%d holdoff=%d minruntime=%d nreaders=%d nwriters=%d writer_holdoff=%d writer_holdoff_jiffies=%d verbose=%d shutdown=%d\n",
529+
scale_type, tag, gp_async, gp_async_max, gp_exp, holdoff, minruntime, nrealreaders, nrealwriters, writer_holdoff, writer_holdoff_jiffies, verbose, shutdown);
530530
}
531531

532532
/*

0 commit comments

Comments
 (0)