Skip to content

Commit

Permalink
[SCSI] iscsi_tcp: Remove unused field iscsi_conn from struct iscsi_sw…
Browse files Browse the repository at this point in the history
…_tcp_conn

iscsi_conn is not used so remove it from iscsi_sw_tcp_conn.

Signed-off-by: Avi Kaplan <savik751@gmail.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Avi Kaplan authored and James Bottomley committed Apr 11, 2010
1 parent c484a50 commit c803221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/iscsi_tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c803221

Please sign in to comment.