git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a05b3
)
Btrfs: remove some WARN_ONs in the IO failure path
author
Chris Mason
<chris.mason@oracle.com>
Thu, 14 May 2009 17:31:21 +0000
(13:31 -0400)
committer
Chris 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