]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/transaction.h
Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
[karo-tx-linux.git] / fs / btrfs / transaction.h
index cca315dcdfcd0e7fd93499cf30a40c113777d729..e8b8416c688b2a7b5d6c4f79c844bb07953cb3b5 100644 (file)
@@ -59,6 +59,7 @@ struct btrfs_trans_handle {
        struct btrfs_block_rsv *block_rsv;
        struct btrfs_block_rsv *orig_rsv;
        int aborted;
+       int adding_csums;
        /*
         * this root is only needed to validate that the root passed to
         * start_transaction is the same as the one passed to end_transaction.