commit | 986cacbd26abe5d498be922cd6632f1ec376c271 | [log] [tgz] |
---|---|---|
author | Zoltan Kiss <zoltan.kiss@citrix.com> | Mon Mar 11 16:15:50 2013 +0000 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Mar 11 13:56:54 2013 -0400 |
tree | 039ceda7941e3aa8c40ce645379de518e2a68208 | |
parent | 0e367ae46503cfe7791460c8ba8434a5d60b2bd5 [diff] |
xen/blkback: Change statistics counter types to unsigned These values shouldn't be negative, but after an overflow their value can turn into negative, if they are signed. xentop can show bogus values in this case. Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com> Reported-by: Ichiro Ogino <ichiro.ogino@citrix.co.jp> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>