btrfs: Replace fs_info->flush_workers with btrfs_workqueue.
[linux-2.6-block.git] / fs / btrfs / ctree.h
index abed94213e6adc6d296c8cda97655bc11ca5054f..c31a102d34de265b41e4a499627a7d6adabf3e8c 100644 (file)
@@ -1507,7 +1507,7 @@ struct btrfs_fs_info {
        struct btrfs_workers generic_worker;
        struct btrfs_workqueue_struct *workers;
        struct btrfs_workqueue_struct *delalloc_workers;
-       struct btrfs_workers flush_workers;
+       struct btrfs_workqueue_struct *flush_workers;
        struct btrfs_workers endio_workers;
        struct btrfs_workers endio_meta_workers;
        struct btrfs_workers endio_raid56_workers;
@@ -3681,7 +3681,7 @@ struct btrfs_delalloc_work {
        int delay_iput;
        struct completion completion;
        struct list_head list;
-       struct btrfs_work work;
+       struct btrfs_work_struct work;
 };
 
 struct btrfs_delalloc_work *btrfs_alloc_delalloc_work(struct inode *inode,