diff options
| author | 2014-08-08 01:00:02 -0400 | |
|---|---|---|
| committer | 2014-09-16 09:09:48 -0700 | |
| commit | a07b67194307cc344953ce23c28d840609acac1f (patch) | |
| tree | 14e334d76cff4467361595d0add97dda565c435e | |
| parent | be2iscsi: Fix processing CQE before connection resources are freed (diff) | |
| download | linux-dev-a07b67194307cc344953ce23c28d840609acac1f.tar.xz linux-dev-a07b67194307cc344953ce23c28d840609acac1f.zip | |
be2iscsi: Bump the driver version
Bump the driver version
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
| -rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 5f8b0fcbe22a..36056311a6e4 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h @@ -36,7 +36,7 @@ #include <scsi/scsi_transport_iscsi.h> #define DRV_NAME "be2iscsi" -#define BUILD_STR "10.2.273.0" +#define BUILD_STR "10.4.74.0" #define BE_NAME "Emulex OneConnect" \ "Open-iSCSI Driver version" BUILD_STR #define DRV_DESC BE_NAME " " "Driver" |
