From: Bryan Schumaker Date: Tue, 27 Mar 2012 17:46:32 +0000 (-0400) Subject: SUNRPC: Use the already looked-up xprt in rpcb_getport_async() X-Git-Tag: v3.4-rc1~51^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864cf9bf99f62d2095c8e6cc3a87af80b263984e;p=pandora-kernel.git SUNRPC: Use the already looked-up xprt in rpcb_getport_async() rbcb_getport_async() was looking up the rpc_xprt (reference++) and then later looking it up again (reference++) to pass through the rpcbind_args. The xprt would only be dereferenced once, when we were done with the rpcbind_args (reference--). This leaves an extra reference to the transport that would never go away. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed