btrfs: Replace fs_info->flush_workers with btrfs_workqueue.

Replace the fs_info->submit_workers with the newly created
btrfs_workqueue.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Tested-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fb.com>
This commit is contained in:
Qu Wenruo
2014-02-28 10:46:09 +08:00
committed by Josef Bacik
parent a8c93d4ef6
commit a44903abe9
5 changed files with 18 additions and 19 deletions

View 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;
};