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 <anton@samba.org>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
committed by
Jan Kara
parent
980d0d51b1
commit
19858e7bdc
@@ -2743,8 +2743,8 @@ static int __init dquot_init(void)
|
|||||||
for (i = 0; i < nr_hash; i++)
|
for (i = 0; i < nr_hash; i++)
|
||||||
INIT_HLIST_HEAD(dquot_hash + i);
|
INIT_HLIST_HEAD(dquot_hash + i);
|
||||||
|
|
||||||
printk("Dquot-cache hash table entries: %ld (order %ld, %ld bytes)\n",
|
pr_info("VFS: Dquot-cache hash table entries: %ld (order %ld,"
|
||||||
nr_hash, order, (PAGE_SIZE << order));
|
" %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order));
|
||||||
|
|
||||||
register_shrinker(&dqcache_shrinker);
|
register_shrinker(&dqcache_shrinker);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user