From: Jens Axboe Date: Wed, 18 Apr 2007 18:01:57 +0000 (+0200) Subject: cfq-iosched: sort RT queues into the rbtree X-Git-Tag: v2.6.22-rc1~1108^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c534e0a463e2eeafc97ba25ab23c14f3cdf2bdb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed