]> git.baikalelectronics.ru Git - kernel.git/commit
md: do not progress the resync process if the stripe was blocked
authorDan Williams <dan.j.williams@intel.com>
Tue, 29 Jul 2008 06:10:39 +0000 (23:10 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 29 Jul 2008 00:52:37 +0000 (17:52 -0700)
commit2492893615c5b851932c70d7e23ff9dadd0ae9ea
tree23908d827de85f16f9404875859e51babb966856
parent0ab953a1dd42a0e1a6c6188f16a495bc73a2158f
md: do not progress the resync process if the stripe was blocked

handle_stripe will take no action on a stripe when waiting for userspace
to unblock the array, so do not report completed sectors.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/md/raid5.c