]> git.ipfire.org Git - thirdparty/mdadm.git/commit
raid6check.c: move manual repair code to separate function
authorPiergiorgio Sartor <piergiorgio.sartor@nexgo.de>
Sat, 15 Mar 2014 17:33:13 +0000 (18:33 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Mar 2014 05:06:34 +0000 (16:06 +1100)
commit497b6d6bd269c3d1bb45283bb52236274a2f3adc
treeaa7790620a83f738c831d039f8f20bf814644906
parentc22ac3b1074fdfe3b128deee7a8b1959138dfc7e
raid6check.c: move manual repair code to separate function

This patch cleans up a bit the code by moving
the second repair mode, that is the manual
repair, to a separate function.

Signed off: piergiorgio.sartor@nexgo.de

Signed-off-by: NeilBrown <neilb@suse.de>
raid6check.c