diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index f6e24cb423ae..765845742fde 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -1311,11 +1311,6 @@ int btrfs_defrag_root(struct btrfs_root *root) | |||
1311 | return ret; | 1311 | return ret; |
1312 | } | 1312 | } |
1313 | 1313 | ||
1314 | /* Bisesctability fixup, remove in 4.8 */ | ||
1315 | #ifndef btrfs_std_error | ||
1316 | #define btrfs_std_error btrfs_handle_fs_error | ||
1317 | #endif | ||
1318 | |||
1319 | /* | 1314 | /* |
1320 | * Do all special snapshot related qgroup dirty hack. | 1315 | * Do all special snapshot related qgroup dirty hack. |
1321 | * | 1316 | * |
@@ -1385,7 +1380,7 @@ static int qgroup_account_snapshot(struct btrfs_trans_handle *trans, | |||
1385 | switch_commit_roots(trans->transaction, fs_info); | 1380 | switch_commit_roots(trans->transaction, fs_info); |
1386 | ret = btrfs_write_and_wait_transaction(trans, src); | 1381 | ret = btrfs_write_and_wait_transaction(trans, src); |
1387 | if (ret) | 1382 | if (ret) |
1388 | btrfs_std_error(fs_info, ret, | 1383 | btrfs_handle_fs_error(fs_info, ret, |
1389 | "Error while writing out transaction for qgroup"); | 1384 | "Error while writing out transaction for qgroup"); |
1390 | 1385 | ||
1391 | out: | 1386 | out: |