mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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: Avi Kaplan <savik751@gmail.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
c484a50a4d
commit
c8032216c9
@ -36,7 +36,6 @@ struct iscsi_sw_tcp_send {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct iscsi_sw_tcp_conn {
|
struct iscsi_sw_tcp_conn {
|
||||||
struct iscsi_conn *iscsi_conn;
|
|
||||||
struct socket *sock;
|
struct socket *sock;
|
||||||
|
|
||||||
struct iscsi_sw_tcp_send out;
|
struct iscsi_sw_tcp_send out;
|
||||||
|
Loading…
Reference in New Issue
Block a user