===== drivers/scsi/hosts.c 1.43 vs edited ===== --- 1.43/drivers/scsi/hosts.c Fri Jan 10 16:13:38 2003 +++ edited/drivers/scsi/hosts.c Sat Jan 11 10:39:20 2003 @@ -338,6 +338,7 @@ if (shost->ehandler) { DECLARE_COMPLETION(sem); shost->eh_notify = &sem; + shost->eh_kill = 1; up(shost->eh_wait); wait_for_completion(&sem); shost->eh_notify = NULL;