[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlock
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 22 Feb 2006 08:11:59 +0000 (02:11 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 28 Feb 2006 05:32:39 +0000 (23:32 -0600)
commitba3af0aff042caa1f41b5f7164cab37c717b8811
tree62f0b592202522a5a92fc870a5c44ee854b1f90f
parent6d73c8514da241c6b1b8d710a6294786604d7142
[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlock

When the locking was changed in the eh code ips_eh_reset was changed
so that it was a wraper around __ips_eh_reset and all ips_eh_reset
does is grab the host lock and then calls __ips_eh_reset.

In the queuecommand, ips_queue is called with the host_lock held so if
it calls ips_eh_reset we will have a problem. This patch just has
ips_queue call __ips_eh_reset.

Patch is only compile tested. I do not have the HW.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Acked-by: Hammer, Jack <Jack_Hammer@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ips.c
This page took 0.071313 seconds and 5 git commands to generate.