summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2021-11-05 16:45:30 -0400
committerDavid Sterba <dsterba@suse.com>2022-01-03 15:09:47 +0100
commit7a60751a33d9fdd1e17e77bd379aefe4ede44aa7 (patch)
treecc02028c4b809f970d0c4727096c2cdf34b9d467 /fs/btrfs/transaction.h
parent2e4e97abac4c95f8b87b2912ea013f7836a6f10b (diff)
downloadlinux-7a60751a33d9fdd1e17e77bd379aefe4ede44aa7.tar.bz2
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>
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 e4b9b251a29e..1852ed9de7fd 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -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;
};