mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 19/20] mm: workingset: printk missing log level, use pr_info()
@ 2016-07-14 19:07 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-07-14 19:07 UTC (permalink / raw)
  To: torvalds, mm-commits, akpm, anton, hannes

From: Anton Blanchard <anton@samba.org>
Subject: mm: workingset: printk missing log level, use pr_info()

commit 612e44939c3c ("mm: workingset: eviction buckets for bigmem/lowbit
machines") added a printk without a log level. Quieten it by using
pr_info().

Link: http://lkml.kernel.org/r/1466982072-29836-2-git-send-email-anton@ozlabs.org
Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/workingset.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/workingset.c~mm-workingset-printk-missing-log-level-use-pr_info mm/workingset.c
--- a/mm/workingset.c~mm-workingset-printk-missing-log-level-use-pr_info
+++ a/mm/workingset.c
@@ -491,7 +491,7 @@ static int __init workingset_init(void)
 	max_order = fls_long(totalram_pages - 1);
 	if (max_order > timestamp_bits)
 		bucket_order = max_order - timestamp_bits;
-	printk("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n",
+	pr_info("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n",
 	       timestamp_bits, max_order, bucket_order);
 
 	ret = list_lru_init_key(&workingset_shadow_nodes, &shadow_nodes_key);
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-14 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-14 19:07 [patch 19/20] mm: workingset: printk missing log level, use pr_info() akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).