OSDN Git Service

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)
commite5d6b12fe14e89ea1c494585c47b1dfb31d71183
treefe1b35f4766e8e49a5d0a910281faa208cdc3513
parent34441361c4f52a5f6e41d8de8e5debbeb415dbf0
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