--- linux/drivers/md/raid1.c 2001/08/30 00:36:54 1.1 +++ linux/drivers/md/raid1.c 2001/08/30 00:37:03 @@ -162,7 +162,7 @@ conf->freer1 = r1_bh->next_r1; conf->freer1_cnt--; r1_bh->next_r1 = NULL; - r1_bh->state = 0; + r1_bh->state = (1 << R1BH_PreAlloc); r1_bh->bh_req.b_state = 0; } md_spin_unlock_irq(&conf->device_lock);