]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid6: asynchronous handle_parity_check6
authorDan Williams <dan.j.williams@intel.com>
Tue, 14 Jul 2009 20:40:57 +0000 (13:40 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 30 Aug 2009 02:13:13 +0000 (19:13 -0700)
commitb34d9c320fb44d1af8d4b12cf264997798084c67
tree44431399bef701c52f413c364f80751c18ff1179
parentbda344e94dca62e9285860f957927c53f19fd645
md/raid6: asynchronous handle_parity_check6

[ Based on an original patch by Yuri Tikhonov ]

Implement the state machine for handling the RAID-6 parities check and
repair functionality.  Note that the raid6 case does not need to check
for new failures, like raid5, as it will always writeback the correct
disks.  The raid5 case can be updated to check zero_sum_result to avoid
getting confused by new failures rather than retrying the entire check
operation.

Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/md/raid5.c