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:
da8840a
)
md/raid10: Fix memleak in r10buf_pool_alloc
author
majianpeng
<majianpeng@gmail.com>
Tue, 22 May 2012 03:55:03 +0000
(13:55 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 22 May 2012 03:55:03 +0000
(13:55 +1000)
If the allocation of rep1_bio fails, we currently don't free the 'bio'
of the same dev.
Reported by kmemleak.
Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found