Skip to content
Commit e5d6b12f authored by Chris Mason's avatar Chris Mason
Browse files

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: default avatarChris Mason <clm@fb.com>
parent 34441361
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment