[SCSI] mpt2sas: fix hotplug event processing
authorEric Moore <eric.moore@lsi.com>
Tue, 21 Apr 2009 21:43:33 +0000 (15:43 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 15:54:15 +0000 (10:54 -0500)
commit6f92a7a0aff413cdf42955a187647e3736ebd8f3
tree3351d438d233a7afa820a769d24bc7d64735834d
parent99bb214b1b652c475bb3d79cede47ecb76b758fa
[SCSI] mpt2sas: fix hotplug event processing

Here's a fix for hotplug events.  The useage of queue_delayed_work seems
to broke the fifo for processing of firmware events.  After several iterations
of adding and removing cabling connected to jbods, the devices are not
getting added becuase kernel thread is activited out of order.

Signed-off-by: Eric Moore <eric.moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/mpt2sas/mpt2sas_scsih.c