From: Christoph Hellwig Date: Tue, 26 May 2015 04:33:08 +0000 (-0700) Subject: target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun X-Git-Tag: omap-for-v4.2/fixes-rc1^2~8^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adf653f92f38e80a78bb77e912d49bcc8055330f;p=pandora-kernel.git target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun This patch eliminates all se_port + t10_alua_tg_pt_gp_member usage, and converts current users to direct se_lun pointer dereference. This includes the removal of core_export_port(), core_release_port() core_dev_export() and core_dev_unexport(). Along with conversion of special case se_lun pointer dereference within PR ALL_TG_PT=1 and ALUA access state transition UNIT_ATTENTION handling. Also, update core_enable_device_list_for_node() to reference the new per se_lun->lun_deve_list when creating a new entry, or replacing an existing one via RCU. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed