Browse Source

btrfs: use new error message helper in qgroup_account_snapshot

We've renamed btrfs_std_error, this one is left from last merge.

Signed-off-by: David Sterba <dsterba@suse.com>
David Sterba 9 years ago
parent
commit
f7af3934c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/btrfs/transaction.c

+ 1 - 1
fs/btrfs/transaction.c

@@ -1385,7 +1385,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans,
 	switch_commit_roots(trans->transaction, fs_info);
 	switch_commit_roots(trans->transaction, fs_info);
 	ret = btrfs_write_and_wait_transaction(trans, src);
 	ret = btrfs_write_and_wait_transaction(trans, src);
 	if (ret)
 	if (ret)
-		btrfs_std_error(fs_info, ret,
+		btrfs_handle_fs_error(fs_info, ret,
 			"Error while writing out transaction for qgroup");
 			"Error while writing out transaction for qgroup");
 
 
 out:
 out: