From: Max Kellermann Date: Tue, 6 Sep 2005 22:18:03 +0000 (-0700) Subject: [PATCH] sunrpc: print unsigned integers in stats X-Git-Tag: v2.6.14-rc1~645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e31cbac5be2202f351626fd4fb33ad4d4819b8;p=pandora-kernel.git [PATCH] sunrpc: print unsigned integers in stats 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. Cc: "David S. Miller" Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed