SUNRPC: Fix a memory leak in rpc_create()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 7 Apr 2008 20:52:44 +0000 (16:52 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Apr 2008 01:07:00 +0000 (21:07 -0400)
commited13c27e546667fb0967ae30f5070cd7f6455f90
tree164af7ac3dfd69c6c939150b530fd57a9eb8e54d
parent240ee831187e000704cba3208ef6b0a8ad49bd64
SUNRPC: Fix a memory leak in rpc_create()

Commit 510deb0d was supposed to move the xprt_create_transport() call in
rpc_create(), but neglected to remove the old call site.  This resulted in
a transport leak after every rpc_create() call.

This leak is present in 2.6.24 and 2.6.25.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c