btrfs: rename btrfs_std_error to btrfs_handle_fs_error
[linux-2.6-block.git] / fs / btrfs / transaction.c
index 43885e51b88299d1015d75c3eb2d138b67d2b6d8..a469b55a7ac1f1209c498b122ac11ae406c84768 100644 (file)
@@ -2145,7 +2145,7 @@ int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
 
        ret = btrfs_write_and_wait_transaction(trans, root);
        if (ret) {
-               btrfs_std_error(root->fs_info, ret,
+               btrfs_handle_fs_error(root->fs_info, ret,
                            "Error while writing out transaction");
                mutex_unlock(&root->fs_info->tree_log_mutex);
                goto scrub_continue;