From: Max Kellermann Date: Wed, 7 Sep 2005 03:04:59 +0000 (-0700) Subject: [SUNRPC]: print unsigned integers in stats X-Git-Tag: v2.6.14-rc1~529^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832079d29a781ddf89467662ab4b540f0c1e668a;p=pandora-kernel.git [SUNRPC]: print unsigned integers in stats From: Max Kellermann 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed