Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19858e7b authored by Anton Blanchard's avatar Anton Blanchard Committed by Jan Kara
Browse files

quota: Add log level to printk



JK: Added VFS: prefix to the message when changing it to make it more
    standard.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 980d0d51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);