md: dm-raid should call helper function to clear rdev.
authorNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:54:30 +0000 (13:54 +1000)
committerNeilBrown <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