From: Swen Schillig Date: Tue, 24 Nov 2009 15:54:00 +0000 (+0100) Subject: [SCSI] zfcp: Remove global config_mutex X-Git-Tag: v2.6.33-rc1~344^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3dc57214a1466034ecc4d4ffb10331d34c09a3;p=pandora-kernel.git [SCSI] zfcp: Remove global config_mutex The global config_mutex was required for the serialization of a configuration change within the zfcp driver. This global locking is now obsolete and can be removed. The requirement of serializing the access to a zfcp_adapter reference via a ccw_device is realized wth a static spinlock. Signed-off-by: Swen Schillig Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed