diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2011-10-07 19:31:12 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-16 11:04:34 -0500 |
commit | 1379c254ec5f9152a6d8c2026142b926d4c6b24c (patch) | |
tree | e01963a66a40b2c55d6b72142aa855a63c0af161 /drivers | |
parent | 37609766bf0f84b65b2181c17a7490eef139cdd1 (diff) | |
download | talos-obmc-linux-1379c254ec5f9152a6d8c2026142b926d4c6b24c.tar.gz talos-obmc-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>
Diffstat (limited to 'drivers')
-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 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" |