]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5: write errors should be recorded as bad blocks if possible.
authorNeilBrown <neilb@suse.de>
Thu, 28 Jul 2011 01:39:22 +0000 (11:39 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 28 Jul 2011 01:39:22 +0000 (11:39 +1000)
commit1f11dd3760434326b083168f56b09b8b6a3e162f
tree45c7f9c538b5e196e389454286771f3beb8628ba
parent1e67e171fdc14442ec7db71f7285e588bbf5a361
md/raid5: write errors should be recorded as bad blocks if possible.

When a write error is detected, don't mark the device as failed
immediately but rather record the fact for handle_stripe to deal with.

Handle_stripe then attempts to record a bad block.  Only if that fails
does the device get marked as faulty.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/raid5.c
drivers/md/raid5.h