diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2006-09-01 00:09:35 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-02 20:37:43 +0200 |
commit | 01dfc7fc56f4b7ec0e5344ab44fcf673ebfbf7fa (patch) | |
tree | a3196af588db1cdf8a6aa72bcc6648934580bab8 /drivers | |
parent | [SCSI] libiscsi: don't call into lld to cleanup task (diff) | |
download | linux-01dfc7fc56f4b7ec0e5344ab44fcf673ebfbf7fa.tar.xz linux-01dfc7fc56f4b7ec0e5344ab44fcf673ebfbf7fa.zip |
[SCSI] iscsi class: update version
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 2ecd14188574..7b0019cccce3 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c @@ -34,7 +34,7 @@ #define ISCSI_SESSION_ATTRS 11 #define ISCSI_CONN_ATTRS 11 #define ISCSI_HOST_ATTRS 0 -#define ISCSI_TRANSPORT_VERSION "1.1-646" +#define ISCSI_TRANSPORT_VERSION "2.0-685" struct iscsi_internal { int daemon_pid; |