diff options
author | David Sterba <dsterba@suse.com> | 2016-06-16 11:34:28 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-06-17 12:32:40 -0400 |
commit | 89c5a5441d703ba068699524ae59f7806e9b173d (patch) | |
tree | 3b30b9c685cd85314eb16635f0a8487c15fd76bf /fs | |
parent | f7af3934c2bccba261972261ac8ebcbf92a346b2 (diff) |
btrfs: remove build fixup for qgroup_account_snapshot
Introduced in 2c1984f244838477aab ("btrfs: build fixup for
qgroup_account_snapshot") as temporary bisectability build fixup.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/transaction.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 4e74b5733030..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 | * |