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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user