]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aacraid: fix shutdown handler to also disable interrupts.
authorSalyzyn, Mark <mark_salyzyn@adaptec.com>
Wed, 30 May 2007 15:59:13 +0000 (11:59 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Fri, 1 Jun 2007 15:42:19 +0000 (11:42 -0400)
commit11e4f597f0eb31c2feb1c13fc13b09b716dde8bb
tree7b482d61cec03edf5852f3b005e319ee61b2d46a
parent1c35c7851dd1b2b4adc555f6f4cc81f0eacea898
[SCSI] aacraid: fix shutdown handler to also disable interrupts.

Moves quiesce, thread and interrupt shutdown into aacraid drivers'
.shutdown handler. This fix to the aac_shutdown handler will remove the
superfluous reset of the adapter during a (clean) kexec.

This fix may mitigate the active investigation 'kexec and aacraid
broken' but it is unlikely to affect the root cause (issue likely
present in both kexec and kdump). This patch reduces the chance the
problem will occur with a kexec. The fix for root cause is currently
expected to be the minimum value check to the aacraid.startup_timeout
driver variable after an adapter reset within aacraid_commit_reset.patch
submitted on 05/22/2007 and awaiting testing by Yinghai to confirm.

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/linit.c