From: Chuck Lever Date: Thu, 16 Aug 2007 20:03:31 +0000 (-0400) Subject: SUNRPC: Fix generation of universal addresses for X-Git-Tag: v2.6.24-rc1~1285^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143b6c4008a7928de7e139c3a77a90e4cad8db2c;p=pandora-kernel.git SUNRPC: Fix generation of universal addresses for Fix some problems with rpcbind v3 and v4 queries from the in-kernel rpcbind client: 1. The r_addr argument must be a full universal address, not just an IP address, and 2. The universal address in r_addr is the address of the remote rpcbind server, not the RPC service being requested This addresses bugzilla.kernel.org report 8891 for 2.6.23-rc and greater. In addition, if the rpcbind client is unable to start the rpcbind request, make sure not to leak the xprt. Signed-off-by: Chuck Lever --- Reading git-diff-tree failed