From: Joe Perches <joe@perches.com>
To: Anton Blanchard <anton@samba.org>
Cc: jack@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] quota: Add log level to printk
Date: Mon, 03 Nov 2014 19:06:39 -0800 [thread overview]
Message-ID: <1415070399.17743.49.camel@perches.com> (raw)
In-Reply-To: <20141104120501.0318cc7d@kryten>
On Tue, 2014-11-04 at 12:05 +1100, Anton Blanchard wrote:
> Signed-off-by: Anton Blanchard <anton@samba.org>
> ---
>
> Index: b/fs/quota/dquot.c
> ===================================================================
> --- a/fs/quota/dquot.c
> +++ b/fs/quota/dquot.c
> @@ -2743,7 +2743,7 @@ 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",
> + pr_info("Dquot-cache hash table entries: %ld (order %ld, %ld bytes)\n",
> nr_hash, order, (PAGE_SIZE << order));
The other printks in the file have a "VFS: " prefix.
Maybe this one too?
next prev parent reply other threads:[~2014-11-04 3:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 1:05 [PATCH] quota: Add log level to printk Anton Blanchard
2014-11-04 3:06 ` Joe Perches [this message]
2014-11-04 10:59 ` Jan Kara
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415070399.17743.49.camel@perches.com \
--to=joe@perches.com \
--cc=anton@samba.org \
--cc=jack@suse.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox