From: Anton Blanchard Date: Tue, 4 Nov 2014 01:05:01 +0000 (+1100) Subject: quota: Add log level to printk X-Git-Tag: v3.19-rc1~138^2~15 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=19858e7bdc63e00a401247a17d9f85949b48359d;p=~emulex%2Finfiniband.git quota: Add log level to printk JK: Added VFS: prefix to the message when changing it to make it more standard. Signed-off-by: Anton Blanchard Signed-off-by: Jan Kara --- diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index 6b4527216a7..a180b1d1a6c 100644 --- a/fs/quota/dquot.c +++ b/fs/quota/dquot.c @@ -2743,8 +2743,8 @@ 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", - nr_hash, order, (PAGE_SIZE << order)); + pr_info("VFS: Dquot-cache hash table entries: %ld (order %ld," + " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); register_shrinker(&dqcache_shrinker);