From: Chris Leech Date: Tue, 25 Aug 2009 21:00:13 +0000 (-0700) Subject: [SCSI] fcoe: add mutex to protect create and destroy X-Git-Tag: v2.6.32-rc1~689^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc1d0fe3a8b2139295600ab519f24059493e6f6;p=pandora-kernel.git [SCSI] fcoe: add mutex to protect create and destroy Rather than rely on the hostlist_lock to be held while creating exchange managers, serialize fcoe instance creation and destruction with a mutex. This will allow the hostlist addition to be moved out of fcoe_if_create(), which will simplify NPIV support. Signed-off-by: Chris Leech Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed