From: Chuck Lever Date: Mon, 14 Apr 2008 16:27:52 +0000 (-0400) Subject: SUNRPC: Use unsigned loop and array index in svc_init_buffer() X-Git-Tag: v2.6.26-rc1~1083^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc220f0815497858db539d27947f3ec83202ace;p=pandora-kernel.git SUNRPC: Use unsigned loop and array index in svc_init_buffer() Clean up: Suppress a harmless compiler warning. Index rq_pages[] with an unsigned type. Make "pages" unsigned as well, as it never represents a value less than zero. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed