]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: use btrfs_debug instead of pr_debug in transaction abort
authorJeff Mahoney <jeffm@suse.com>
Wed, 15 Feb 2017 21:28:34 +0000 (16:28 -0500)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Feb 2017 11:03:56 +0000 (12:03 +0100)
commit71367b3fa7f56256029e7ed87862ef13386e1e7e
treeb3a530963dd726bdc4918b590b2289e962934a1e
parent21e75ffe3cd2c99ca4ea5ecb25dcbeb6a8024c30
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>
fs/btrfs/ctree.h