From: Zoltan Kiss Date: Mon, 11 Mar 2013 16:15:50 +0000 (+0000) Subject: xen/blkback: Change statistics counter types to unsigned X-Git-Tag: v3.9-rc5~3^2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986cacbd26abe5d498be922cd6632f1ec376c271;p=pandora-kernel.git 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 Reported-by: Ichiro Ogino Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed