commit | c2f6805d470af369a7337801deeecea800dbfe1c | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Mon Nov 15 19:32:42 2010 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Nov 15 19:32:42 2010 +0100 |
tree | 2381b8c512d611869877adfad3d5e0dfe75e668a | |
parent | d69b78ba1deaaa95ffa8dac5a9ca819ce454d52e [diff] |
blk-throttle: Fix calculation of max number of WRITES to be dispatched o Currently we try to dispatch more READS and less WRITES (75%, 25%) in one dispatch round. ummy pointed out that there is a bug in max_nr_writes calculation. This patch fixes it. Reported-by: ummy y <yummylln@yahoo.com.cn> Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>