commit | 0b182d617eb50762b483658dd6dd9a9fbcb25758 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 06 20:49:37 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Oct 06 20:49:37 2009 +0200 |
tree | 28c7084cb5566cb26e5c6f96b3c055304afcbbbf | |
parent | 1b59dd511b9a36d4be3c01d7c7024aeec36dc651 [diff] |
cfq-iosched: abstract out the 'may this cfqq dispatch' logic Makes the whole thing easier to read, cfq_dispatch_requests() was a bit messy before. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>