btrfs: remove trans_handle->root
Nobody is using this anymore, remove it. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
committed by
David Sterba
parent
2e4e97abac
commit
7a60751a33
@@ -135,7 +135,6 @@ struct btrfs_trans_handle {
|
||||
bool removing_chunk;
|
||||
bool reloc_reserved;
|
||||
bool in_fsync;
|
||||
struct btrfs_root *root;
|
||||
struct btrfs_fs_info *fs_info;
|
||||
struct list_head new_bgs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user