[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141104120501.0318cc7d@kryten>
Date: Tue, 4 Nov 2014 12:05:01 +1100
From: Anton Blanchard <anton@...ba.org>
To: jack@...e.cz
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] quota: Add log level to printk
Signed-off-by: Anton Blanchard <anton@...ba.org>
---
Index: b/fs/quota/dquot.c
===================================================================
--- a/fs/quota/dquot.c
+++ b/fs/quota/dquot.c
@@ -2743,7 +2743,7 @@ static int __init dquot_init(void)
for (i = 0; i < nr_hash; i++)
INIT_HLIST_HEAD(dquot_hash + i);
- printk("Dquot-cache hash table entries: %ld (order %ld, %ld bytes)\n",
+ pr_info("Dquot-cache hash table entries: %ld (order %ld, %ld bytes)\n",
nr_hash, order, (PAGE_SIZE << order));
register_shrinker(&dqcache_shrinker);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists