diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2006-02-01 21:07:03 -0600 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-04 16:19:08 -0600 |
commit | 1fd459e367657f595ddf192b9a46298e18d4fc13 (patch) | |
tree | 471aac962b34cdf3ec6ccf2249ca90f94148c8dc /drivers/scsi/iscsi_tcp.h | |
parent | ee7f8e405342722e42c15fe8e841a679f8951eea (diff) | |
download | op-kernel-dev-1fd459e367657f595ddf192b9a46298e18d4fc13.zip op-kernel-dev-1fd459e367657f595ddf192b9a46298e18d4fc13.tar.gz |
[SCSI] iscsi update: rm conn lock
>From erezz@voltaire.com:
rm conn->lock since it is not used anymore. The dataqueue is protected
by the session lock and xmitmutex.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/iscsi_tcp.h')
-rw-r--r-- | drivers/scsi/iscsi_tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/iscsi_tcp.h b/drivers/scsi/iscsi_tcp.h index 6766b81..ba26741 100644 --- a/drivers/scsi/iscsi_tcp.h +++ b/drivers/scsi/iscsi_tcp.h @@ -146,7 +146,6 @@ struct iscsi_conn { struct iscsi_mgmt_task *login_mtask; /* mtask used for login/text */ struct iscsi_mgmt_task *mtask; /* xmit mtask in progress */ struct iscsi_cmd_task *ctask; /* xmit ctask in progress */ - spinlock_t lock; /* FIXME: to be removed */ /* old values for socket callbacks */ void (*old_data_ready)(struct sock *, int); |