Browse Source

btrfs: drop useless member qgroup_reserved of btrfs_pending_snapshot

Since there is no more use of qgroup_reserved member in struct
btrfs_pending_snapshot, remove it.

Signed-off-by: Gu JinXiang <gujx@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Gu JinXiang 7 năm trước cách đây
mục cha
commit
6b0cb1f901
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      fs/btrfs/transaction.h

+ 0 - 1
fs/btrfs/transaction.h

@@ -139,7 +139,6 @@ struct btrfs_pending_snapshot {
 	struct btrfs_path *path;
 	/* block reservation for the operation */
 	struct btrfs_block_rsv block_rsv;
-	u64 qgroup_reserved;
 	/* extra metadata reservation for relocation */
 	int error;
 	bool readonly;