quota: Add log level to printk
authorAnton Blanchard <anton@samba.org>
Tue, 4 Nov 2014 01:05:01 +0000 (12:05 +1100)
committerJan Kara <jack@suse.cz>
Tue, 4 Nov 2014 11:01:06 +0000 (12:01 +0100)
JK: Added VFS: prefix to the message when changing it to make it more
    standard.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c

index 6b45272..a180b1d 100644 (file)
@@ -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);