summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-02-28 10:46:16 +0800
committerJosef Bacik <jbacik@fb.com>2014-03-10 15:17:13 -0400
commitfc97fab0ea59fb923cbe91b7d208ffc6f1d8a95c (patch)
treef76ed7dbea7769d3090d0b68beb9ba82371cc312 /fs/btrfs/ctree.h
parent5b3bc44e2e69d42edf40ca3785040d233ca949f4 (diff)
downloadop-kernel-dev-fc97fab0ea59fb923cbe91b7d208ffc6f1d8a95c.zip
op-kernel-dev-fc97fab0ea59fb923cbe91b7d208ffc6f1d8a95c.tar.gz
btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.
Replace the fs_info->qgroup_rescan_worker 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>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index c07b67f..7b50def 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1648,9 +1648,9 @@ struct btrfs_fs_info {
/* qgroup rescan items */
struct mutex qgroup_rescan_lock; /* protects the progress item */
struct btrfs_key qgroup_rescan_progress;
- struct btrfs_workers qgroup_rescan_workers;
+ struct btrfs_workqueue_struct *qgroup_rescan_workers;
struct completion qgroup_rescan_completion;
- struct btrfs_work qgroup_rescan_work;
+ struct btrfs_work_struct qgroup_rescan_work;
/* filesystem state */
unsigned long fs_state;
OpenPOWER on IntegriCloud