From 4667f5dfb0c36a86339652aca694736ebc590871 Mon Sep 17 00:00:00 2001 From: Ariel Nahum Date: Tue, 1 Apr 2014 16:28:39 +0300 Subject: [PATCH] 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-format-patch failed