diff options
Diffstat (limited to 'drivers/block/raid5.c')
-rw-r--r-- | drivers/block/raid5.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/block/raid5.c b/drivers/block/raid5.c index 6fefac06d..2b0e97450 100644 --- a/drivers/block/raid5.c +++ b/drivers/block/raid5.c @@ -837,8 +837,11 @@ static void add_stripe_bh (struct stripe_head *sh, struct buffer_head *bh, int d struct raid5_data *raid_conf = sh->raid_conf; struct buffer_head *bh_req; - if (sh->bh_new[dd_idx]) + if (sh->bh_new[dd_idx]) { printk("raid5: bug: stripe->bh_new[%d], sector %lu exists\n", dd_idx, sh->sector); + printk("forcing oops.\n"); + *(int*)0=0; + } set_bit(BH_Lock, &bh->b_state); |