Re: [PATCH] procfs: use WARN() rather than printk+backtrace

From: Alexey Dobriyan
Date: Thu Oct 23 2008 - 04:33:02 EST


On Tue, Oct 21, 2008 at 06:46:12AM -0700, Arjan van de Ven wrote:
> - printk(KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",
> + WARN(1, KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",

Applied to proc.git

As a side note, seeing WARN twice on this line is depressing, and people
use WARN(, KERN_ERR);

I mean, how hard is to get something conceptually simple as warning right?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/