commit | e5d6b12fe14e89ea1c494585c47b1dfb31d71183 | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Fri Dec 09 05:56:33 2016 -0800 |
committer | Chris Mason <clm@fb.com> | Fri Dec 09 06:00:28 2016 -0800 |
tree | fe1b35f4766e8e49a5d0a910281faa208cdc3513 | |
parent | 34441361c4f52a5f6e41d8de8e5debbeb415dbf0 [diff] |
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>