lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 4 Nov 2014 11:59:22 +0100
From:	Jan Kara <jack@...e.cz>
To:	Joe Perches <joe@...ches.com>
Cc:	Anton Blanchard <anton@...ba.org>, jack@...e.cz,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] quota: Add log level to printk

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@...ba.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@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ