btrfs: Replace fs_info->flush_workers with btrfs_workqueue.
[linux-2.6-block.git] / fs / btrfs / ordered-data.h
index 246897058efb009ffd521cee2d61cb60fc0bde0f..fe9f4dbab09c4c8ddc22718e0c8e4ee2a3e4a290 100644 (file)
@@ -133,7 +133,7 @@ struct btrfs_ordered_extent {
        struct btrfs_work work;
 
        struct completion completion;
-       struct btrfs_work flush_work;
+       struct btrfs_work_struct flush_work;
        struct list_head work_list;
 };