]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/blk-throttle.c
blk-throttle: Make total_nr_queued unsigned
authorJoe Perches <joe@perches.com>
Mon, 13 Jun 2011 18:19:27 +0000 (20:19 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 13 Jun 2011 18:19:27 +0000 (20:19 +0200)
commitd2f31a5fd60d168b00fc4f7617b68a1287b21e90
treec51b882926a840df57e376d21df74ec4177561a3
parentfd16d263194aa6b50b215eb593a567b59d744d6e
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>
block/blk-throttle.c