]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - fs/btrfs/transaction.h
Btrfs: make the chunk allocator completely tree lockless
[linux-imx.git] / fs / btrfs / transaction.h
index 66d2a6ccbf05a5943094fe5a0c35e953e17c46e5..005b0375d18cfc6131a4480a9e67e0cbe44ed46a 100644 (file)
@@ -56,6 +56,7 @@ struct btrfs_transaction {
        wait_queue_head_t commit_wait;
        struct list_head pending_snapshots;
        struct list_head ordered_operations;
+       struct list_head pending_chunks;
        struct btrfs_delayed_ref_root delayed_refs;
        int aborted;
 };