diff options
author | James Smart <James.Smart@Emulex.Com> | 2006-05-01 21:50:40 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-03 12:12:39 -0500 |
commit | 0b18ac42aa036c7fa217f178aa6a02c66e19e0a1 (patch) | |
tree | e0f63327348e57975d2f4e7ce623c2c1d28b71f7 /drivers/scsi/lpfc/lpfc_version.h | |
parent | 6e1cad02763edec83dba8559d4be8d518a6562a5 (diff) | |
download | blackbird-op-linux-0b18ac42aa036c7fa217f178aa6a02c66e19e0a1.tar.gz blackbird-op-linux-0b18ac42aa036c7fa217f178aa6a02c66e19e0a1.zip |
[SCSI] lpfc 8.1.6 : Fix Data Corruption in Bus Reset Path
This patch updates the lpfc driver to revision 8.1.6, which includes
the following changes:
- Fix data corruption in SCSI BUS reset path, due to reusing
the same request structure for each target.
- Change version number to 8.1.6
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_version.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index d0f2dc310b00..6b737568b831 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -18,7 +18,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "8.1.5" +#define LPFC_DRIVER_VERSION "8.1.6" #define LPFC_DRIVER_NAME "lpfc" |