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)
commit6c2f91e077f1b60e7f83b7ee044f965f469cfdb3
tree98e31d603d80a03325e6c0903e9d352823b04e30
parent1e0edd3f67d5b5c04ef6c0908aac8bd70dffc6f6
proc: use WARN() rather than printk+backtrace

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