From: Chuck Lever Date: Thu, 20 Dec 2007 19:55:11 +0000 (-0500) Subject: lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a() X-Git-Tag: v2.6.25-rc1~1146^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab6fc1b77c3ec4471d7d54ff6db9ad2dd59c2f5;p=pandora-kernel.git lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a() The cookie->len field is unsigned, so the loop index variable in nlmdbg_cookie2a() should also be unsigned. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed