aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/dquot.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-11-04 12:05:01 +1100
committerJan Kara <jack@suse.cz>2014-11-04 12:01:06 +0100
commit19858e7bdc63e00a401247a17d9f85949b48359d (patch)
tree7e5f47171bb020a8b599355dba0eb2c1ee5a47c5 /fs/quota/dquot.c
parentMerge tag 'pinctrl-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (diff)
downloadlinux-dev-19858e7bdc63e00a401247a17d9f85949b48359d.tar.xz
linux-dev-19858e7bdc63e00a401247a17d9f85949b48359d.zip
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>
Diffstat (limited to '')
-rw-r--r--fs/quota/dquot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c
index 6b4527216a7f..a180b1d1a6c6 100644
--- a/fs/quota/dquot.c
+++ b/fs/quota/dquot.c
@@ -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);