From: Eric Moore Date: Tue, 21 Apr 2009 21:43:33 +0000 (-0600) Subject: [SCSI] mpt2sas: fix hotplug event processing X-Git-Tag: v2.6.30-rc5~53^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f92a7a0aff413cdf42955a187647e3736ebd8f3;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed