From: Abhijeet Joglekar Date: Fri, 27 Feb 2009 18:54:35 +0000 (-0800) Subject: [SCSI] libfc: Pass lport in exch_mgr_reset X-Git-Tag: v2.6.29~41^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6ff364ceda516f88351a8ab640e656beed0b26;p=pandora-kernel.git [SCSI] libfc: Pass lport in exch_mgr_reset fc_exch_mgr structure is private to fc_exch.c. To export exch_mgr_reset to transport, transport needs access to the exch manager. Change exch_mgr_reset to use lport param which is the shared structure between libFC and transport. Alternatively, fc_exch_mgr definition can be moved to libfc.h so that lport can be accessed from mp*. Signed-off-by: Abhijeet Joglekar Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed