commit | edd75ffd92a5b7f6244431e8ff6c32b846f9ba86 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Apr 19 12:03:34 2007 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Mon Apr 30 09:01:22 2007 +0200 |
tree | a6b8d9be552f7eeb36a66693339d3ea840f2904e | |
parent | 67e6b49e39e9b9bf5ce1351ef21dad391856183f [diff] |
cfq-iosched: get rid of ->cur_rr and ->cfq_list It's only used for preemption now that the IDLE and RT queues also use the rbtree. If we pass an 'add_front' variable to cfq_service_tree_add(), we can set ->rb_key to 0 to force insertion at the front of the tree. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>