commit | 832079d29a781ddf89467662ab4b540f0c1e668a | [log] [tgz] |
---|---|---|
author | Max Kellermann <max@duempel.org> | Tue Sep 06 20:04:59 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 06 20:04:59 2005 -0700 |
tree | 24e17f463fb6c658c84772a6242e07ad5c593396 | |
parent | c6bb15a0c485fbdd3d161da54fd29f4f15e1b070 [diff] |
[SUNRPC]: print unsigned integers in stats 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>