Btrfs: make sure logged extents complete in the current transaction V3
[deliverable/linux.git] / fs / btrfs / transaction.h
index b3f5b40aab227012d1abdd33d652c6c8c8570569..fd400a3668a835e26ad85a6fb509cf46218581eb 100644 (file)
@@ -56,6 +56,7 @@ struct btrfs_transaction {
        wait_queue_head_t commit_wait;
        struct list_head pending_snapshots;
        struct list_head pending_chunks;
+       struct list_head pending_ordered;
        struct list_head switch_commits;
        struct btrfs_delayed_ref_root delayed_refs;
        int aborted;
@@ -105,6 +106,7 @@ struct btrfs_trans_handle {
         */
        struct btrfs_root *root;
        struct seq_list delayed_ref_elem;
+       struct list_head ordered;
        struct list_head qgroup_ref_list;
        struct list_head new_bgs;
 };
This page took 0.025505 seconds and 5 git commands to generate.