From: Heiko Carstens Date: Thu, 1 Dec 2005 01:46:32 +0000 (+0100) Subject: [SCSI] zfcp: fix spinlock initialization X-Git-Tag: v2.6.15-rc5~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48a29d065cfa18c3e8699f5e3a84a59ad35e062;p=pandora-kernel.git [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 Signed-off-by: Andreas Herrmann Signed-off-by: James Bottomley --- Reading git-diff-tree failed