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:
96e6770
)
md: dm-raid should call helper function to clear rdev.
author
NeilBrown
<neilb@suse.de>
Tue, 22 May 2012 03:54:30 +0000
(13:54 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 22 May 2012 03:54:30 +0000
(13:54 +1000)
dm-raid currently open-codes the freeing of some members of
and rdev. It is more maintainable to have it call common code
from md.c which does this for all call-sites.
So remove free_disk_sb to md_rdev_clear, export it, and use it in
dm-raid.c
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found