From: Chuck Lever Date: Mon, 7 Apr 2008 20:52:44 +0000 (-0400) Subject: SUNRPC: Fix a memory leak in rpc_create() X-Git-Tag: v2.6.25-rc9~34^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed13c27e546667fb0967ae30f5070cd7f6455f90;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed