[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)
commit24eec1e0028e97009ea8c39d89fce341437490de
tree3351d438d233a7afa820a769d24bc7d64735834d
parentcf4dc2c46f67e968580cb627e214b6a8fae641ff
[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