commit | cb76199c36a7ccf0947ef4875b32e0940f50d1a8 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue May 14 13:52:31 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Tue May 14 13:52:31 2013 -0700 |
tree | d14184fb947d7cc622eed013d6a27ad4672fa9fc | |
parent | 632b44935f4c99a61c56f8a6f805a1080ab5a432 [diff] |
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 <tj@kernel.org> Acked-by: Vivek Goyal <vgoyal@redhat.com>