From: David Sterba Date: Wed, 8 Nov 2017 00:32:48 +0000 (+0100) Subject: btrfs: remove unused member of btrfs_trans_handle X-Git-Tag: v4.19~1424^2~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dbda74ed9e5497697b913c780c928e25e70d832;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index a673142..c48a4a0 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;