summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayamohan Kallickal2011-10-08 02:31:12 +0200
committerJames Bottomley2011-10-16 18:04:34 +0200
commit1379c254ec5f9152a6d8c2026142b926d4c6b24c (patch)
treee01963a66a40b2c55d6b72142aa855a63c0af161
parent[SCSI] be2iscsi: memset wrb for ring create (diff)
downloadkernel-qcow2-linux-1379c254ec5f9152a6d8c2026142b926d4c6b24c.tar.gz
kernel-qcow2-linux-1379c254ec5f9152a6d8c2026142b926d4c6b24c.tar.xz
kernel-qcow2-linux-1379c254ec5f9152a6d8c2026142b926d4c6b24c.zip
[SCSI] be2iscsi: Move driver Version to 4.1.239.0
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--drivers/scsi/be2iscsi/be_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h
index be0e0bd6f0ed..b4a06d5e5f9e 100644
--- a/drivers/scsi/be2iscsi/be_main.h
+++ b/drivers/scsi/be2iscsi/be_main.h
@@ -34,7 +34,7 @@
#include "be.h"
#define DRV_NAME "be2iscsi"
-#define BUILD_STR "2.103.298.0"
+#define BUILD_STR "4.1.239.0"
#define BE_NAME "ServerEngines BladeEngine2" \
"Linux iSCSI Driver version" BUILD_STR
#define DRV_DESC BE_NAME " " "Driver"