diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2006-05-18 21:31:43 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-20 10:36:38 -0400 |
commit | e0ecae8da26d94dd878ff1d939c5aa4224df18a4 (patch) | |
tree | e03fe5b9319ccac73a94ce23fe5d6f005e618495 /drivers/scsi/iscsi_tcp.c | |
parent | 656cffc95f0cb8211aa75eaca249e6ff4f59ec83 (diff) |
[SCSI] iscsi: update version
update version
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index 08357a6c7e09..c66faee07ca5 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
@@ -43,11 +43,13 @@ | |||
43 | 43 | ||
44 | #include "iscsi_tcp.h" | 44 | #include "iscsi_tcp.h" |
45 | 45 | ||
46 | #define ISCSI_TCP_VERSION "1.0-574" | ||
47 | |||
46 | MODULE_AUTHOR("Dmitry Yusupov <dmitry_yus@yahoo.com>, " | 48 | MODULE_AUTHOR("Dmitry Yusupov <dmitry_yus@yahoo.com>, " |
47 | "Alex Aizman <itn780@yahoo.com>"); | 49 | "Alex Aizman <itn780@yahoo.com>"); |
48 | MODULE_DESCRIPTION("iSCSI/TCP data-path"); | 50 | MODULE_DESCRIPTION("iSCSI/TCP data-path"); |
49 | MODULE_LICENSE("GPL"); | 51 | MODULE_LICENSE("GPL"); |
50 | MODULE_VERSION("0:4.445"); | 52 | MODULE_VERSION(ISCSI_TCP_VERSION); |
51 | /* #define DEBUG_TCP */ | 53 | /* #define DEBUG_TCP */ |
52 | #define DEBUG_ASSERT | 54 | #define DEBUG_ASSERT |
53 | 55 | ||
@@ -2448,8 +2450,8 @@ static void iscsi_tcp_session_destroy(struct iscsi_cls_session *cls_session) | |||
2448 | } | 2450 | } |
2449 | 2451 | ||
2450 | static struct scsi_host_template iscsi_sht = { | 2452 | static struct scsi_host_template iscsi_sht = { |
2451 | .name = "iSCSI Initiator over TCP/IP, v." | 2453 | .name = "iSCSI Initiator over TCP/IP, v" |
2452 | ISCSI_VERSION_STR, | 2454 | ISCSI_TCP_VERSION, |
2453 | .queuecommand = iscsi_queuecommand, | 2455 | .queuecommand = iscsi_queuecommand, |
2454 | .change_queue_depth = iscsi_change_queue_depth, | 2456 | .change_queue_depth = iscsi_change_queue_depth, |
2455 | .can_queue = ISCSI_XMIT_CMDS_MAX - 1, | 2457 | .can_queue = ISCSI_XMIT_CMDS_MAX - 1, |