cfq-iosched: make io priorities inherit CPU scheduling class as well as nice
authorJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 07:51:23 +0000 (09:51 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 7 May 2008 07:51:23 +0000 (09:51 +0200)
We currently set all processes to the best-effort scheduling class,
regardless of what CPU scheduling class they belong to. Improve that
so that we correctly track idle and rt scheduling classes as well.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found