Skip to content

Commit e0ecae8

Browse files
Mike ChristieJames Bottomley
authored andcommitted
[SCSI] iscsi: update version
update version Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 656cffc commit e0ecae8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

drivers/scsi/iscsi_tcp.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@
4343

4444
#include "iscsi_tcp.h"
4545

46+
#define ISCSI_TCP_VERSION "1.0-574"
47+
4648
MODULE_AUTHOR("Dmitry Yusupov <dmitry_yus@yahoo.com>, "
4749
"Alex Aizman <itn780@yahoo.com>");
4850
MODULE_DESCRIPTION("iSCSI/TCP data-path");
4951
MODULE_LICENSE("GPL");
50-
MODULE_VERSION("0:4.445");
52+
MODULE_VERSION(ISCSI_TCP_VERSION);
5153
/* #define DEBUG_TCP */
5254
#define DEBUG_ASSERT
5355

@@ -2448,8 +2450,8 @@ static void iscsi_tcp_session_destroy(struct iscsi_cls_session *cls_session)
24482450
}
24492451

24502452
static struct scsi_host_template iscsi_sht = {
2451-
.name = "iSCSI Initiator over TCP/IP, v."
2452-
ISCSI_VERSION_STR,
2453+
.name = "iSCSI Initiator over TCP/IP, v"
2454+
ISCSI_TCP_VERSION,
24532455
.queuecommand = iscsi_queuecommand,
24542456
.change_queue_depth = iscsi_change_queue_depth,
24552457
.can_queue = ISCSI_XMIT_CMDS_MAX - 1,

include/scsi/iscsi_proto.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#ifndef ISCSI_PROTO_H
2222
#define ISCSI_PROTO_H
2323

24-
#define ISCSI_VERSION_STR "0.3"
25-
#define ISCSI_DATE_STR "22-Apr-2005"
2624
#define ISCSI_DRAFT20_VERSION 0x00
2725

2826
/* default iSCSI listen port for incoming connections */

0 commit comments

Comments
 (0)