From: Swen Schillig Date: Tue, 18 Aug 2009 13:43:17 +0000 (+0200) Subject: [SCSI] zfcp: Move workqueue to adapter struct X-Git-Tag: v2.6.32-rc1~689^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4544683a4b1d4e65ccca8c736bac56a195a5206b;p=pandora-kernel.git [SCSI] zfcp: Move workqueue to adapter struct Remove the global driver work queue and replace it with a workqueue local to the adapter. The usage of this workqueue makes this the correct place for the structure. In addition multiple adapters won't block each other due to the serialization of the queued work. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed