cfq-iosched: no need to keep track of busy_rt_queues
authorVivek Goyal <vgoyal@redhat.com>
Fri, 10 Jul 2009 08:20:30 +0000 (10:20 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 11 Sep 2009 12:33:30 +0000 (14:33 +0200)
commitd58b85e1e891cd842d6e183f5d94d06a4fd0122c
tree32a77721594c79610b8dba9026ff9f9928545d17
parent5ad531db6e0f3c3c985666e83d3c1c4d53acccf9
cfq-iosched: no need to keep track of busy_rt_queues

o Get rid of busy_rt_queues infrastructure. Looks like it is redundant.

o Once an RT queue gets request it will preempt any of the BE or IDLE queues
  immediately. Otherwise this queue will be put on service tree and scheduler
  will anyway select this queue before any of the BE or IDLE queue. Hence
  looks like there is no need to keep track of how many busy RT queues are
  currently on service tree.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c