proc: use WARN() rather than printk+backtrace
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 14 Sep 2008 02:51:30 +0000 (19:51 -0700)
committerAlexey Dobriyan <adobriyan@gmail.com>
Thu, 23 Oct 2008 09:34:38 +0000 (13:34 +0400)
Use WARN() rather than a printk() + backtrace();
this gives a more standard format message as well as complete
information (including line numbers etc) that will be collected
by kerneloops.org

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
fs/proc/generic.c

Simple merge