Skip to content

Commit

Permalink
btrfs: use new error message helper in qgroup_account_snapshot
Browse files Browse the repository at this point in the history
We've renamed btrfs_std_error, this one is left from last merge.

Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Jun 17, 2016
1 parent 90c711a commit f7af393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans,
switch_commit_roots(trans->transaction, fs_info);
ret = btrfs_write_and_wait_transaction(trans, src);
if (ret)
btrfs_std_error(fs_info, ret,
btrfs_handle_fs_error(fs_info, ret,
"Error while writing out transaction for qgroup");

out:
Expand Down

0 comments on commit f7af393

Please sign in to comment.