commit | 71367b3fa7f56256029e7ed87862ef13386e1e7e | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed Feb 15 16:28:34 2017 -0500 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:56 2017 +0100 |
tree | b3a530963dd726bdc4918b590b2289e962934a1e | |
parent | 21e75ffe3cd2c99ca4ea5ecb25dcbeb6a8024c30 [diff] |
btrfs: use btrfs_debug instead of pr_debug in transaction abort Commit e5d6b12fe14 (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 <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>