Btrfs: remove some WARN_ONs in the IO failure path
authorChris Mason <chris.mason@oracle.com>
Thu, 14 May 2009 17:31:21 +0000 (13:31 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 14 May 2009 18:00:33 +0000 (14:00 -0400)
These debugging WARN_ONs make too much console noise during regular
IO failures.  An IO failure will still generate a number of messages
as we verify checksums etc, but these two are not needed.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found