diff options
author | David Sterba <dsterba@suse.com> | 2016-06-17 12:15:25 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-06-17 12:32:40 -0400 |
commit | f7af3934c2bccba261972261ac8ebcbf92a346b2 (patch) | |
tree | 32a17c5cf75bf41f1752660f107a441719265a78 /fs | |
parent | 90c711ab380d633bf85249bd5d819edb601feda7 (diff) |
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>
Diffstat (limited to 'fs')
-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 f6e24cb423ae..4e74b5733030 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -1385,7 +1385,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans, | |||
1385 | switch_commit_roots(trans->transaction, fs_info); | 1385 | switch_commit_roots(trans->transaction, fs_info); |
1386 | ret = btrfs_write_and_wait_transaction(trans, src); | 1386 | ret = btrfs_write_and_wait_transaction(trans, src); |
1387 | if (ret) | 1387 | if (ret) |
1388 | btrfs_std_error(fs_info, ret, | 1388 | btrfs_handle_fs_error(fs_info, ret, |
1389 | "Error while writing out transaction for qgroup"); | 1389 | "Error while writing out transaction for qgroup"); |
1390 | 1390 | ||
1391 | out: | 1391 | out: |