diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2015-09-08 11:22:41 +0200 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-10-22 03:40:40 +0200 |
commit | 7174109c6548c4db85a383b8ae9d01469cddd110 (patch) | |
tree | 1d15af0b5a7fcc8dc98bcd8bc40e08cb402838f1 /fs/btrfs/transaction.h | |
parent | btrfs: qgroup: Introduce new functions to reserve/free metadata (diff) | |
download | linux-7174109c6548c4db85a383b8ae9d01469cddd110.tar.xz linux-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.h | 1 |
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; |