kernel-hacking-2024-linux-s.../net/sunrpc
Bryan Schumaker 864cf9bf99 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 <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2012-03-27 16:33:35 -04:00
..
auth_gss NFS client updates for Linux 3.4 2012-03-23 08:53:47 -07:00
xprtrdma NFS client updates for Linux 3.4 2012-03-23 08:53:47 -07:00
addr.c
auth.c
auth_generic.c
auth_null.c
auth_unix.c
backchannel_rqst.c SUNRPC: Fix a few sparse warnings 2012-03-11 19:30:02 -04:00
bc_svc.c
cache.c
clnt.c SUNRPC: Add API to acquire source address 2012-03-02 15:36:53 -05:00
Kconfig SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG 2012-03-20 13:08:26 -04:00
Makefile
netns.h
rpc_pipe.c NFS client updates for Linux 3.4 2012-03-23 08:53:47 -07:00
rpcb_clnt.c SUNRPC: Use the already looked-up xprt in rpcb_getport_async() 2012-03-27 16:33:35 -04:00
sched.c SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up() 2012-03-19 14:15:02 -04:00
socklib.c sunrpc: remove the second argument of k[un]map_atomic() 2012-03-20 21:48:28 +08:00
stats.c SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field 2012-03-02 15:36:38 -05:00
sunrpc.h
sunrpc_syms.c SUNRPC: Fix a few sparse warnings 2012-03-11 19:30:02 -04:00
svc.c Lockd: per-net up and down routines introduced 2012-02-15 00:19:47 -05:00
svc_xprt.c SUNRPC: service destruction in network namespace context 2012-02-15 00:19:45 -05:00
svcauth.c
svcauth_unix.c
svcsock.c SUNRPC: Fix a few sparse warnings 2012-03-11 19:30:02 -04:00
sysctl.c
timer.c
xdr.c sunrpc: remove the second argument of k[un]map_atomic() 2012-03-20 21:48:28 +08:00
xprt.c SUNRPC: Move clnt->cl_server into struct rpc_xprt 2012-03-02 15:36:41 -05:00
xprtsock.c SUNRPC: Fix a few sparse warnings 2012-03-11 19:30:02 -04:00