Btrfs: make ordered extent be flushed by multi-task
[deliverable/linux.git] / fs / btrfs / ordered-data.h
index e8dcec6351126ca92356c5bafd30b97e2c927fb6..efc7c2930c17ae4d07fe8e95be6b6796018476eb 100644 (file)
@@ -128,8 +128,11 @@ struct btrfs_ordered_extent {
        struct list_head root_extent_list;
 
        struct btrfs_work work;
-};
 
+       struct completion completion;
+       struct btrfs_work flush_work;
+       struct list_head work_list;
+};
 
 /*
  * calculates the total size you need to allocate for an ordered sum
This page took 0.027684 seconds and 5 git commands to generate.