From: Joe Perches Date: Mon, 13 Jun 2011 18:19:27 +0000 (+0200) Subject: blk-throttle: Make total_nr_queued unsigned X-Git-Tag: v3.1-rc1~252^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f31a5fd60d168b00fc4f7617b68a1287b21e90;p=pandora-kernel.git 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 Acked-by: Vivek Goyal Signed-off-by: Jens Axboe --- Reading git-diff-tree failed