From: Joe Eykholt Date: Tue, 25 Aug 2009 21:00:34 +0000 (-0700) Subject: [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv X-Git-Tag: v2.6.32-rc1~689^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab28f1fd3b0d14c1bd693e640decd711d5e6642a;p=pandora-kernel.git [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv While the I/O and LLD interfaces use fc_rport_libfc_priv, the disc and rport interfaces will use fc_rport_priv, which will be separately allocated. Change the disc and rport usage of fc_rport_libfc_priv to fc_rport_priv. Use #define temporarily to make both names equivalent until a subsequent patch splits them. Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed