]> Git Repo - linux.git/commit
[PATCH] dpt_i2o fix for deadlock condition
authorSalyzyn, Mark <[email protected]>
Sun, 18 Dec 2005 03:26:30 +0000 (19:26 -0800)
committerLinus Torvalds <[email protected]>
Sun, 18 Dec 2005 19:19:44 +0000 (11:19 -0800)
commite5508c13ac25b07585229b144a45cf64a990171e
tree6c2de87941b7dd81a6c36ca73d517165629c9147
parent87d47d0547631e059c308b392cd2423fe9248c93
[PATCH] dpt_i2o fix for deadlock condition

Miquel van Smoorenburg <[email protected]> forwarded me this fix to
resolve a deadlock condition that occurs due to the API change in
2.6.13+ kernels dropping the host locking when entering the error
handling.  They all end up calling adpt_i2o_post_wait(), which if you
call it unlocked, might return with host_lock locked anyway and that
causes a deadlock.

Signed-off-by: Mark Salyzyn <[email protected]>
Cc: James Bottomley <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/scsi/dpt_i2o.c
This page took 0.050323 seconds and 4 git commands to generate.