diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 74bc3338418b..3482d9eeb62d 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -2135,7 +2135,7 @@ int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | |||
2135 | 2135 | ||
2136 | ret = btrfs_write_and_wait_transaction(trans, root); | 2136 | ret = btrfs_write_and_wait_transaction(trans, root); |
2137 | if (ret) { | 2137 | if (ret) { |
2138 | btrfs_error(root->fs_info, ret, | 2138 | btrfs_std_error(root->fs_info, ret, |
2139 | "Error while writing out transaction"); | 2139 | "Error while writing out transaction"); |
2140 | mutex_unlock(&root->fs_info->tree_log_mutex); | 2140 | mutex_unlock(&root->fs_info->tree_log_mutex); |
2141 | goto scrub_continue; | 2141 | goto scrub_continue; |