commit | eb6491236f283eb6ebc5421fcdb14b86701a7e36 | [log] [tgz] |
---|---|---|
author | Jonathan Brassow <jbrassow@redhat.com> | Thu Oct 11 13:40:09 2012 +1100 |
committer | NeilBrown <neilb@suse.de> | Thu Oct 11 13:40:09 2012 +1100 |
tree | eb79232eac585fcf2a2ad15eff108ef873f72d67 | |
parent | 2863b9eb44787adecba4f977d71d7fd876805b1c [diff] |
DM RAID: Move 'rebuild' checking code to its own function DM RAID: Move chunk of code to it's own function The code that checks whether device replacements/rebuilds are possible given a specific RAID type is moved to it's own function. It will further expand when the code to check RAID10 is added. A separate function makes it easier to read. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>