From: Qu Wenruo Date: Fri, 28 Feb 2014 02:46:19 +0000 (+0800) Subject: btrfs: Cleanup the "_struct" suffix in btrfs_workequeue X-Git-Tag: v3.15-rc1~96^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d458b0540ebd728b4d6ef47cc5ef0dbfd4dd361a;p=pandora-kernel.git 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 Tested-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-diff-tree failed