commit | d2f31a5fd60d168b00fc4f7617b68a1287b21e90 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jun 13 20:19:27 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Jun 13 20:19:27 2011 +0200 |
tree | c51b882926a840df57e376d21df74ec4177561a3 | |
parent | fd16d263194aa6b50b215eb593a567b59d744d6e [diff] |
blk-throttle: Make total_nr_queued unsigned The total of two unsigned values should also be unsigned. Update throtl_log output to unsigned. Update total_nr_queued test to non-zero to be the same as the other total_nr_queued tests. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>