Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs: use btrfs_debug instead of pr_debug in transaction abort
Commit e5d6b12 (Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors) added a pr_debug call to be printed when a transaction is aborted with -EIO instead of WARN. btrfs_debug prints which file system the message is associated with so let's use that instead. Signed-off-by: Jeff Mahoney <[email protected]> Signed-off-by: David Sterba <[email protected]>
- Loading branch information