commit | ecf0c7721b104c0ce9c8ca534c911f6310cf92a8 | [log] [tgz] |
---|---|---|
author | Swen Schillig <swen@vnet.ibm.com> | Tue Nov 24 16:53:58 2009 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:02:01 2009 -0600 |
tree | 639032b36bcbbe905c98c6f0b3b521dc2f0b1806 | |
parent | 0a55256d158c18e4821c248a295b7f8f4423660f [diff] |
[SCSI] zfcp: Replace global config_lock with local list locks The global config_lock was used to protect the configuration organized in independent lists. It is not necessary to have a lock on driver level for this purpose. This patch replaces the global config_lock with a set of local list locks. Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>