From: Tejun Heo Date: Tue, 14 May 2013 20:52:31 +0000 (-0700) Subject: blk-throttle: collapse throtl_dispatch() into the work function X-Git-Tag: v3.11-rc1~21^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb76199c36a7ccf0947ef4875b32e0940f50d1a8;p=pandora-kernel.git blk-throttle: collapse throtl_dispatch() into the work function blk-throttle is about to go through major restructuring to support hierarchy. Do cosmetic updates in preparation. * s/throtl_data->throtl_work/throtl_data->dispatch_work/ * s/blk_throtl_work()/blk_throtl_dispatch_work_fn()/ * Collapse throtl_dispatch() into blk_throtl_dispatch_work_fn() This patch is purely cosmetic. Signed-off-by: Tejun Heo Acked-by: Vivek Goyal --- Reading git-diff-tree failed