From: Ariel Nahum Date: Tue, 1 Apr 2014 13:28:39 +0000 (+0300) Subject: IB/iser: Remove struct iscsi_iser_conn X-Git-Tag: v3.15-rc1~103^2^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4667f5dfb0c36a86339652aca694736ebc590871;p=pandora-kernel.git IB/iser: Remove struct iscsi_iser_conn The iscsi stack has existing mechanisms to link back and forth between the iscsi connection and the iscsi transport (e.g iser/tcp) connection. This is done through a dd_data pointer field in struct iscsi_conn which can be set to point to the transport connection, etc. The iscsi_iser_conn structure was used to get this linking done in another way, which is uneeded and adds extra complication to the iser code, so we just remove it. Signed-off-by: Ariel Nahum Signed-off-by: Or Gerlitz Signed-off-by: Roland Dreier --- Reading git-diff-tree failed