From: Chuck Lever Date: Tue, 11 Sep 2007 22:00:25 +0000 (-0400) Subject: SUNRPC: Clean up in rpc_show_tasks X-Git-Tag: v2.6.24-rc1~1285^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66968f207b6402fd12c20145cb31dbe3608979c;p=pandora-kernel.git SUNRPC: Clean up in rpc_show_tasks /home/cel/linux/net/sunrpc/clnt.c: In function ‘rpc_show_tasks’: /home/cel/linux/net/sunrpc/clnt.c:1538: warning: signed and unsigned type in conditional expression This points out another case where a conditional expression returns a signed value in one arm and an unsigned value in the other. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed