commit | cb8874119e9a3ec38c45942808c91cfbc014f402 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jan 19 12:01:16 2007 +1100 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Sun Feb 11 23:14:45 2007 +0100 |
tree | 410562c9c72499ab208b5526fb35736c48520638 | |
parent | 1792669cc1acc2069869b7ca41a0195240de05e0 [diff] |
cfq-iosched: tweak the FIFO checking We currently check the FIFO once per slice. Optimize that a bit and only do it as the first thing for a new slice, so we don't end up doing a single request and then seek to the FIFO requests. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>