[SUNRPC]: print unsigned integers in stats
authorMax Kellermann <max@duempel.org>
Wed, 7 Sep 2005 03:04:59 +0000 (20:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Sep 2005 03:04:59 +0000 (20:04 -0700)
From: Max Kellermann <max@duempel.org>

The sunrpc stats are collected in unsigned integers, but they are printed
with '%d'.  That can result in negative numbers in /proc/net/rpc when the
highest bit of a counter is set.  The following patch changes '%d' to '%u'
where appropriate.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found