From: Dave Jones Date: Fri, 25 Jul 2008 08:45:55 +0000 (-0700) Subject: list debugging: use WARN() instead of BUG() X-Git-Tag: v2.6.27-rc1~461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924d9addb9b1474fc81a78a5c6706755efea7aaa;p=pandora-kernel.git list debugging: use WARN() instead of BUG() Arjan noted that the list_head debugging is BUG'ing when it detects corruption. By causing the box to panic immediately, we're possibly losing some bug reports. Changing this to a WARN() should mean we at the least start seeing reports collected at kerneloops.org Signed-off-by: Dave Jones Cc: Matthew Wilcox Cc: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed