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>
This commit is contained in:
Chris Mason 2009-05-14 13:31:21 -04:00
parent 76a05b35a3
commit cc7b0c9b70
2 changed files with 0 additions and 3 deletions

View file

@ -4296,7 +4296,6 @@ out:
}
if (err) {
free_extent_map(em);
WARN_ON(1);
return ERR_PTR(err);
}
return em;