From: Vasu Dev Date: Fri, 25 Feb 2011 23:03:01 +0000 (-0800) Subject: [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMs X-Git-Tag: v2.6.39-rc1~440^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fa396bf57b31e8e2a401a21a3a088c0cc6b043;p=pandora-kernel.git [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMs EM anchors list initialization for only master port was not enough to keep npiv working as described here:- https://lists.open-fcoe.org/pipermail/devel/2011-January/011063.html So this patch moves fc_exch_mgr_list_clone to update npiv ports EMs once EM anchors list initialized. Also some cleanup, no need to set lport = NULL as that always get initialized later. Signed-off-by: Vasu Dev Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed