git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce35a81
)
NLM: Fix double free in __nlm_async_call
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 2 Feb 2007 23:37:43 +0000
(15:37 -0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:02 +0000
(15:35 -0800)
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 <Trond.Myklebust@netapp.com>
No differences found