cfq-iosched: sort RT queues into the rbtree
authorJens Axboe <jens.axboe@oracle.com>
Wed, 18 Apr 2007 18:01:57 +0000 (20:01 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Mon, 30 Apr 2007 07:01:22 +0000 (09:01 +0200)
commit0c534e0a463e2eeafc97ba25ab23c14f3cdf2bdb
tree20f3b12b05a853e9e52eaabead16a195d519501b
parentcc09e2990fdd96d25fdbb9db6bc9b4c82d9e4a3c
cfq-iosched: sort RT queues into the rbtree

Currently CFQ does a linked insert into the current list for RT
queues. We can just factor the class into the rb insertion,
and then we don't have to treat RT queues in a special way. It's
faster, too.

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