commit | e6ec4fe24572ee265723d895ec4159e5559c8266 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Nov 03 20:21:35 2009 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Nov 03 20:21:35 2009 +0100 |
tree | cf61a73b2e50d695579cffe4226d41da5c889f8f | |
parent | 8c4db3355b0fcc9ad77431f15b955efa0645b5d0 [diff] |
cfq-iosched: fix bad return value cfq_should_preempt() Commit a6151c3a5c8e1ff5a28450bc8d6a99a2a0add0a7 inadvertently reversed a preempt condition check, potentially causing a performance regression. Make the meta check correct again. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>