From: Trond Myklebust Date: Mon, 7 Jul 2008 16:18:52 +0000 (-0400) Subject: SUNRPC: Fix a double-free in rpcbind X-Git-Tag: v2.6.26~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3a34b48c87a374b37d7a21a60d257d076484f3;p=pandora-kernel.git SUNRPC: Fix a double-free in rpcbind It is wrong to be freeing up the rpcbind arguments if the call to rpcb_call_async() fails, since they should already have been freed up by rpcb_map_release(). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed