commit | 6f92a7a0aff413cdf42955a187647e3736ebd8f3 | [log] [tgz] |
---|---|---|
author | Eric Moore <eric.moore@lsi.com> | Tue Apr 21 15:43:33 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 27 10:54:15 2009 -0500 |
tree | 3351d438d233a7afa820a769d24bc7d64735834d | |
parent | 99bb214b1b652c475bb3d79cede47ecb76b758fa [diff] |
[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>