]> git.karo-electronics.de Git - karo-tx-linux.git/commit
DM RAID: Move 'rebuild' checking code to its own function
authorJonathan Brassow <jbrassow@redhat.com>
Mon, 24 Sep 2012 06:41:28 +0000 (16:41 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 24 Sep 2012 06:41:28 +0000 (16:41 +1000)
commitd4851637637d47fc116ca299967377dd1633f5c9
tree9e869cf22364c2c6f914990b92a13f28dd14fa2c
parent137b388b07d1289f02dea427020e85f7c45d9a7e
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>
drivers/md/dm-raid.c