aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-08 01:32:48 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-22 16:08:14 +0100
commit2dbda74ed9e5497697b913c780c928e25e70d832 (patch)
tree064b0ab53c8fa5347d5ab807c645f8de9aee634f /fs/btrfs/transaction.h
parentbtrfs: switch btrfs_trans_handle::adding_csums to bool (diff)
downloadlinux-dev-2dbda74ed9e5497697b913c780c928e25e70d832.tar.xz
linux-dev-2dbda74ed9e5497697b913c780c928e25e70d832.zip
btrfs: remove unused member of btrfs_trans_handle
Last user was removed in a monster commit a22285a6a32390195235171 ("Btrfs: Integrate metadata reservation with start_transaction") in 2010. 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 a673142c003e..c48a4a03f1b4 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -112,7 +112,6 @@ struct btrfs_trans_handle {
u64 bytes_reserved;
u64 chunk_bytes_reserved;
unsigned long use_count;
- unsigned long blocks_reserved;
unsigned long delayed_ref_updates;
struct btrfs_transaction *transaction;
struct btrfs_block_rsv *block_rsv;