forked from Minki/linux
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>
This commit is contained in:
parent
c4c129db5d
commit
6b0cb1f901
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user