From: Chuck Lever Date: Mon, 14 Apr 2008 16:27:45 +0000 (-0400) Subject: SUNRPC: Use unsigned index when looping over arrays X-Git-Tag: v2.6.26-rc1~1083^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c8bb13eaaf345caf2e7966667ba1d3e4d68af2;p=pandora-kernel.git SUNRPC: Use unsigned index when looping over arrays Clean up: Suppress a harmless compiler warning in the RPC server related to array indices. ARRAY_SIZE() returns a size_t, so use unsigned type for a loop index when looping over arrays. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed