summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-07-27 11:00:36 +1000
committerNeilBrown <neilb@suse.de>2011-07-27 11:00:36 +1000
commit8cfa7b0f67b4d899efc7f39eb7e172fd79237811 (patch)
treedf1002e5eccbf4b241dc9e948bb894de2106d6e2 /drivers/md/raid1.c
parentcbea21703b2484f83faef040ed1de30114794392 (diff)
downloadtalos-op-linux-8cfa7b0f67b4d899efc7f39eb7e172fd79237811.tar.gz
talos-op-linux-8cfa7b0f67b4d899efc7f39eb7e172fd79237811.zip
md/raid5: Avoid BUG caused by multiple failures.
While preparing to write a stripe we keep the parity block or blocks locked (R5_LOCKED) - towards the end of schedule_reconstruction. If the array is discovered to have failed before this write completes we can leave those blocks LOCKED, and init_stripe will notice that a free stripe still has a locked block and will complain. So clear the R5_LOCKED flag in handle_failed_stripe, and demote the 'BUG' to a 'WARN_ON'. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid1.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud