From: Tejun Heo Date: Tue, 14 May 2013 20:52:35 +0000 (-0700) Subject: blk-throttle: move bio_lists[] and friends to throtl_service_queue X-Git-Tag: v3.11-rc1~21^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f0d49a9637a7ec3448a62a0042e35b14ba18a3;p=pandora-kernel.git blk-throttle: move bio_lists[] and friends to throtl_service_queue throtl_service_queues will eventually form a tree which is anchored at throtl_data->service_queue and queue bios will climb the tree to the top service_queue to be executed. This patch moves bio_lists[] and nr_queued[] from throtl_grp to its service_queue to prepare for that. As currently only the throtl_data->service_queue is in use, this patch just ends up moving throtl_grp->bio_lists[] and ->nr_queued[] to throtl_grp->service_queue.bio_lists[] and ->nr_queued[] without making any functional differences. Signed-off-by: Tejun Heo Acked-by: Vivek Goyal --- Reading git-diff-tree failed