patch-2.1.90 linux/drivers/block/raid5.c
Next file: linux/drivers/block/rd.c
Previous file: linux/drivers/block/md.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Mar 11 21:01:56 1998
- Orig file:
v2.1.89/linux/drivers/block/raid5.c
- Orig date:
Fri Jan 16 20:34:51 1998
diff -u --recursive --new-file v2.1.89/linux/drivers/block/raid5.c linux/drivers/block/raid5.c
@@ -837,8 +837,11 @@
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);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov