From: Tejun Heo Date: Tue, 14 May 2013 20:52:33 +0000 (-0700) Subject: blk-throttle: pass around throtl_service_queue instead of throtl_data X-Git-Tag: v3.11-rc1~21^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d57e60195a65e2f161ac1229ec9c91935e0240;p=pandora-kernel.git blk-throttle: pass around throtl_service_queue instead of throtl_data throtl_service_queue will be used as the basic block to implement hierarchy support. Pass around throtl_service_queue *sq instead of throtl_data *td in the following functions which will be used across multiple levels of hierarchy. * [__]throtl_enqueue/dequeue_tg() * throtl_add_bio_tg() * tg_update_disptime() * throtl_select_dispatch() Signed-off-by: Tejun Heo Acked-by: Vivek Goyal --- Reading git-diff-tree failed