]> git.neil.brown.name Git - history.git/commit
[PATCH] more io scheduler updates
authorJens Axboe <axboe@suse.de>
Fri, 27 Sep 2002 01:55:54 +0000 (18:55 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 27 Sep 2002 01:55:54 +0000 (18:55 -0700)
commit156889a0347ac48c02762bc30286043d466650a4
tree9b244d15c0cd9636a88da6b07721662102cbdd2a
parent28909415ac589c020bb414668b0c1a64f6e34a77
[PATCH] more io scheduler updates

Small problem, we must of course also remember to take into account
where the last service point was (or will be).

deadline_get_last_sector() either returns the last offset serviced, or
the last one that will be (back of dispatch queue).

Otherwise the insert-at-head can be very unfair.
drivers/block/deadline-iosched.c