commit | a9131a27e2a3272df2207277a2be90377ce75fc6 | [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 | c1b9cf9382cbf730e714f1f6d872adafdb0911a7 | |
parent | cb76199c36a7ccf0947ef4875b32e0940f50d1a8 [diff] |
blk-throttle: relocate throtl_schedule_delayed_work() Move throtl_schedule_delayed_work() above its first user so that the forward declaration can be removed. This patch is pure relocaiton. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Vivek Goyal <vgoyal@redhat.com>