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:
ed7b003
)
md: raid0: Fix a memory leak when stopping a raid0 array.
author
Andre Noll
<maan@systemlinux.org>
Tue, 16 Jun 2009 06:48:19 +0000
(16:48 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 16 Jun 2009 06:48:19 +0000
(16:48 +1000)
raid0_stop() removes all references to the raid0 configuration but
misses to free the ->devlist buffer.
This patch closes this leak, removes a pointless initialization and
fixes a coding style issue in raid0_stop().
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found