From: Nicholas Bellinger Date: Thu, 27 Nov 2014 21:59:20 +0000 (-0800) Subject: target: Move dev_cit to struct se_subsystem_api X-Git-Tag: omap-for-v3.19/fixes-rc1~19^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73112edca9be1d7c37d0b94348c82c3742c3ef58;p=pandora-kernel.git target: Move dev_cit to struct se_subsystem_api This patch adds initial support for dev_cit as external config_item_type. This includes a new struct target_backend_cits to hold the external CITs within struct se_subsystem_api, and target_core_setup_sub_cits() to be used by backend drivers ahead of transport_subsystem_register(). It adds a TB_CIT_SETUP() helper following target_core_fabric_configfs.c to perform the config_item_type assignments. Also, drop left-over target_core_dev_cit from target_core_configfs.c code and update comments. Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed