projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c711a
)
btrfs: use new error message helper in qgroup_account_snapshot
author
David Sterba
<dsterba@suse.com>
Fri, 17 Jun 2016 16:15:25 +0000
(18:15 +0200)
committer
David Sterba
<dsterba@suse.com>
Fri, 17 Jun 2016 16:32:40 +0000
(18:32 +0200)
We've renamed btrfs_std_error, this one is left from last merge.
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/transaction.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/transaction.c
b/fs/btrfs/transaction.c
index f6e24cb423aed0c78316b983d3687d07bb2ae1ec..4e74b573303048ca5ad0fb426208bc20b919fd66 100644
(file)
--- a/
fs/btrfs/transaction.c
+++ b/
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);
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: