From: Vasu Dev Date: Wed, 21 Oct 2009 23:27:28 +0000 (-0700) Subject: [SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lport X-Git-Tag: v2.6.33-rc1~344^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f19a59de0ec4626c64d90d2f5e255961cab879;p=pandora-kernel.git [SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lport Initializing these libfc globals per lport could mess up exch allocation/free for existing lport. So this patch moves their initialization to fc_setup_exch_mgr so that these globals gets initialized only once for libfc. Reported-by: Alex Lyakas Signed-off-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed