diff options
author | Maxim Shchetynin <maxim@de.ibm.com> | 2006-02-11 01:42:58 +0100 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-12 11:12:20 -0600 |
commit | ed829ad607a9c334cea490d3a8c0f874153fb42d (patch) | |
tree | 7abbf2eb353ee64d330ac423fe42b3524f409eec /drivers/s390/scsi/zfcp_def.h | |
parent | 2f8f3ed5fc566700cf45d422f4cf1624bd123d93 (diff) |
[SCSI] zfcp: fix logging during device reset
Avoid access to old fsf_requests if device reset is logged.
Signed-off-by: Maxim Shchetynin <maxim@de.ibm.com>
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index f031199c7414..7f551d66f47f 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h @@ -424,11 +424,7 @@ struct zfcp_scsi_dbf_record { u32 fsf_seqno; u64 fsf_issued; union { - struct { - u64 fsf_reqid; - u32 fsf_seqno; - u64 fsf_issued; - } new_fsf_req; + u64 old_fsf_reqid; struct { u8 rsp_validity; u8 rsp_scsi_status; |