commit | c4ade94fc00f8b34589719d8a347f658b6d3951e | [log] [tgz] |
---|---|---|
author | Li, Shaohua <shaohua.li@intel.com> | Wed Mar 23 08:30:34 2011 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Wed Mar 23 08:30:34 2011 +0100 |
tree | 24868fc90f85ce3cba1b8218e771ce00506c3f51 | |
parent | 62a37f6badd1ac97ba07d543b5d4be2f9cb17217 [diff] |
cfq-iosched: removing unnecessary think time checking Removing think time checking. A high thinktime queue might means the queue dispatches several requests and then do away. Limitting such queue seems meaningless. And also this can simplify code. This is suggested by Vivek. Signed-off-by: Shaohua Li <shaohua.li@intel.com> Acked-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>