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)
commitcc7b0c9b701a079016183f3546b4d720194b367f
treea68f31ebb251158dd977c84f33a35a38728fe8aa
parent76a05b35a320e8c968d0fec8f512a1acae227309
Btrfs: remove some WARN_ONs in the IO failure path

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>
fs/btrfs/disk-io.c
fs/btrfs/inode.c