SUNRPC: Clean up in rpc_show_tasks
authorChuck Lever <chuck.lever@oracle.com>
Tue, 11 Sep 2007 22:00:25 +0000 (18:00 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:16:45 +0000 (17:16 -0400)
commitd66968f207b6402fd12c20145cb31dbe3608979c
tree693fd189a2d9b414edfc9139db784ba6e48a1999
parent06b8d2552d50f802a3277137a565febcd59ef037
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c