diff options
| author | Tejun Heo <tj@kernel.org> | 2013-05-14 13:52:35 -0700 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-18 12:46:15 +0200 |
| commit | 4c9258e96a9d4c5bd9a1916bbdc56035526caa09 (patch) | |
| tree | a5d6f086c229e986063822f2dc6d4a0b0b04d33d /scripts/basic | |
| parent | 9a9dd824a4f14b652574eadcdfd7e0d959bbfe57 (diff) | |
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 <tj@kernel.org>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
