commit | c131993b4cbfb6d564619e609b3d0b471ec52c5d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Aug 15 12:56:59 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:51:26 2007 -0400 |
tree | cac0a3b5709684ac4a07d6a86efa2622d5f0a10b | |
parent | 1bd405734651c9ebd1c872a452614f9fe381c673 [diff] |
[SCSI] qlogicfas: Close narrow race in release We were releasing the IRQ before removing the host, so commands could still be coming in which would never be seen by the interrupt handler. Just remove the host before releasing the IRQ to close this race. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>