]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/quota/dquot.c
quota: Add log level to printk
[karo-tx-linux.git] / fs / quota / dquot.c
index 6b4527216a7fe2c60ead15d57383648f25d4d3ef..a180b1d1a6c61b403f95cc8aa9b7ad57fb3e5bce 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);