Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8032216 authored by Avi Kaplan's avatar Avi Kaplan Committed by James Bottomley
Browse files

[SCSI] iscsi_tcp: Remove unused field iscsi_conn from struct iscsi_sw_tcp_conn



iscsi_conn is not used so remove it from iscsi_sw_tcp_conn.

Signed-off-by: default avatarAvi Kaplan <savik751@gmail.com>
Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent c484a50a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ struct iscsi_sw_tcp_send {
};

struct iscsi_sw_tcp_conn {
	struct iscsi_conn	*iscsi_conn;
	struct socket		*sock;

	struct iscsi_sw_tcp_send out;