cfq-iosched: make nonrot check logic consistent
authorShaohua Li <shaohua.li@intel.com>
Fri, 4 Dec 2009 12:12:06 +0000 (13:12 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 4 Dec 2009 12:12:06 +0000 (13:12 +0100)
commit3c764b7a654668dd04905841d6024f7b6aa843a5
tree68b7c611f5e98bab3c781ecc775a0ecf46c43b61
parent237e5bc4e51813e9d8ba9da0f63e7acc608882d7
cfq-iosched: make nonrot check logic consistent

cfq_arm_slice_timer() has logic to disable idle window for SSD device. The same
thing should be done at cfq_select_queue() too, otherwise we will still see
idle window. This makes the nonrot check logic consistent in cfq.
Tests in a intel SSD with low_latency knob close, below patch can triple disk
thoughput for muti-thread sequential read.

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