From: Trond Myklebust Date: Fri, 2 Feb 2007 23:37:43 +0000 (-0800) Subject: NLM: Fix double free in __nlm_async_call X-Git-Tag: v2.6.21-rc1~303 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a995e9eb3258df6ab2e9f958e08003978e50d568;p=pandora-kernel.git NLM: Fix double free in __nlm_async_call rpc_call_async() will always call rpc_release_calldata(), so it is an error for __nlm_async_call() to do so as well. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed