]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors
authorChris Mason <clm@fb.com>
Fri, 9 Dec 2016 13:56:33 +0000 (05:56 -0800)
committerChris Mason <clm@fb.com>
Fri, 9 Dec 2016 14:00:28 +0000 (06:00 -0800)
commit183e7beb519827308b63f68ddf597ef4bb244005
treefe1b35f4766e8e49a5d0a910281faa208cdc3513
parent88b006d2320814104af0e95330c79a8a36aaedec
Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors

btrfs_transaction_abort() has a WARN() to help us nail down whatever
problem lead to the abort.  But most of the time, we're aborting for EIO,
and the warning just adds noise.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.h