All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Joe Perches <joe@perches.com>
Cc: Anton Blanchard <anton@samba.org>,
	jack@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] quota: Add log level to printk
Date: Tue, 4 Nov 2014 11:59:22 +0100	[thread overview]
Message-ID: <20141104105922.GD2953@quack.suse.cz> (raw)
In-Reply-To: <1415070399.17743.49.camel@perches.com>

On Mon 03-11-14 19:06:39, Joe Perches wrote:
> 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?
  I'll merge Anton's patch and include additional VFS:.

								Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

      reply	other threads:[~2014-11-04 12:09 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
2014-11-04 10:59   ` Jan Kara [this message]

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=20141104105922.GD2953@quack.suse.cz \
    --to=jack@suse.cz \
    --cc=anton@samba.org \
    --cc=joe@perches.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.