btrfs: Cleanup the "_struct" suffix in btrfs_workequeue

Since the "_struct" suffix is mainly used for distinguish the differnt
btrfs_work between the original and the newly created one,
there is no need using the suffix since all btrfs_workers are changed
into btrfs_workqueue.

Also this patch fixed some codes whose code style is changed due to the
too long "_struct" suffix.

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:19 +08:00
committed by Josef Bacik
parent a046e9c88b
commit d458b0540e
15 changed files with 116 additions and 120 deletions

View File

@@ -440,7 +440,7 @@ done:
blk_finish_plug(&plug);
}
static void pending_bios_fn(struct btrfs_work_struct *work)
static void pending_bios_fn(struct btrfs_work *work)
{
struct btrfs_device *device;