commit | 0c534e0a463e2eeafc97ba25ab23c14f3cdf2bdb | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Apr 18 20:01:57 2007 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Mon Apr 30 09:01:22 2007 +0200 |
tree | 20f3b12b05a853e9e52eaabead16a195d519501b | |
parent | cc09e2990fdd96d25fdbb9db6bc9b4c82d9e4a3c [diff] |
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>