From: Chuck Lever Date: Thu, 19 Mar 2009 00:45:58 +0000 (-0400) Subject: SUNRPC: Clean up svc_find_xprt() calling sequence X-Git-Tag: v2.6.30-rc1~415^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156e62094a74cf43f02f56ef96b6cda567501357;p=pandora-kernel.git SUNRPC: Clean up svc_find_xprt() calling sequence Clean up: add documentating comment and use appropriate data types for svc_find_xprt()'s arguments. This also eliminates a mixed sign comparison: @port was an int, while the return value of svc_xprt_local_port() is an unsigned short. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed