提交 19858e7b 编写于 作者: A Anton Blanchard 提交者: Jan Kara

quota: Add log level to printk

JK: Added VFS: prefix to the message when changing it to make it more
    standard.
Signed-off-by: NAnton Blanchard <anton@samba.org>
Signed-off-by: NJan Kara <jack@suse.cz>
上级 980d0d51
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册