btrfs: remove unused member of btrfs_trans_handle
[sfrench/cifs-2.6.git] / fs / btrfs / transaction.h
index c55e44560103b48e2a917701899c611732d8a013..c48a4a03f1b44277f52453ad1ee45fcfe2993e8b 100644 (file)
@@ -112,13 +112,12 @@ 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;
        struct btrfs_block_rsv *orig_rsv;
        short aborted;
-       short adding_csums;
+       bool adding_csums;
        bool allocating_chunk;
        bool can_flush_pending_bgs;
        bool reloc_reserved;