From: Chuck Lever Date: Mon, 14 Jul 2008 20:03:27 +0000 (-0400) Subject: SUNRPC: Introduce a specific rpcb_create for contacting localhost X-Git-Tag: v2.6.27-rc1~1052^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5598b78fd320dd6d1f90c14491e08029f3c4f6;p=pandora-kernel.git SUNRPC: Introduce a specific rpcb_create for contacting localhost Add rpcb_create_local() for use by rpcb_register() and upcoming IPv6 registration functions. Ensure any errors encountered by rpcb_create_local() are properly reported. We can also use a statically allocated constant loopback socket address instead of one allocated on the stack and initialized every time the function is called. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed