commit | 12e0036818eed243c8ed6583ebf98261a2554e12 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Fri Jul 25 19:45:38 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jul 26 12:00:07 2008 -0700 |
tree | 2f60ad7d1c869a995faa5b73150b409705d0e8b2 | |
parent | 261c40c1191ad8d7a2e49fa2bb5f6a84e3d44b10 [diff] |
Use WARN() in block/ Use WARN() instead of a printk+WARN_ON() pair; this way the message becomes part of the warning section for better reporting/collection. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>