commit | c48a29d065cfa18c3e8699f5e3a84a59ad35e062 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Dec 01 02:46:32 2005 +0100 |
committer | James Bottomley <jejb@mulgrave.(none)> | Thu Dec 01 15:59:46 2005 -0600 |
tree | c22058a74f61adbdf8663fd24d3ca2018e4f65cd | |
parent | 8bdf810f89c3e686ba18a11e2852f32014f1506a [diff] |
[SCSI] zfcp: fix spinlock initialization Move initialization of locks and lists to adapter allocation function. Otherwise we might end up with some uninitialized locks, like e.g. the erp locks which only will be inititialized if an error recovery thread for an adapter will be started. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>