[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 5 Feb 2007 10:55:35 +0000 (11:55 +0100)
committerJens Axboe <axboe@carl.home.kernel.dk>
Sun, 11 Feb 2007 22:14:44 +0000 (23:14 +0100)
commit98e41c7dfc90c0e9a1086502d4c4d367e1ad74db
treec064f21aec474eb76de222175f042035640de290
parentaaf1228ddfb44f04c87d1e7dfc5ccffdba74363d
[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()

Move the on_rr check into cfq_resort_rr_list(), every call site
needs to check it anyway.

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