aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2015-09-08 17:22:41 +0800
committerChris Mason <clm@fb.com>2015-10-21 18:40:40 -0700
commit7174109c6548c4db85a383b8ae9d01469cddd110 (patch)
tree1d15af0b5a7fcc8dc98bcd8bc40e08cb402838f1 /fs/btrfs/transaction.h
parentbtrfs: qgroup: Introduce new functions to reserve/free metadata (diff)
downloadlinux-dev-7174109c6548c4db85a383b8ae9d01469cddd110.tar.xz
linux-dev-7174109c6548c4db85a383b8ae9d01469cddd110.zip
btrfs: qgroup: Use new metadata reservation.
As we have the new metadata reservation functions, use them to replace the old btrfs_qgroup_reserve() call for metadata. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index db6bfd92f0ea..54b7dea74967 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -107,7 +107,6 @@ struct btrfs_trans_handle {
u64 transid;
u64 bytes_reserved;
u64 chunk_bytes_reserved;
- u64 qgroup_reserved;
unsigned long use_count;
unsigned long blocks_reserved;
unsigned long blocks_used;