diff options
author | Wendy Xiong <wenxiong@linux.vnet.ibm.com> | 2014-01-21 12:16:39 -0600 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-19 15:04:38 -0700 |
commit | 0b1f8d445b8cc5ac58786334f1ddaefa09fdf096 (patch) | |
tree | a65f9408d454819c1a8592e5721f1460bd9eeeef /drivers/scsi/ipr.h | |
parent | 0759c666a39f16ab3a42d37b1e8fb0f246f97f52 (diff) | |
download | linux-0b1f8d445b8cc5ac58786334f1ddaefa09fdf096.tar.bz2 |
[SCSI] ipr: Remove extended delay bit on GSCSI reads/writes ops
This patch removes extended delay bit on GSCSI reads/writes ops, the
performance will be significanly better.
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 9ce38a22647e..f66645c73492 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h @@ -1252,6 +1252,7 @@ struct ipr_resource_entry { u8 add_to_ml:1; u8 del_from_ml:1; u8 resetting_device:1; + u8 reset_occurred:1; u32 bus; /* AKA channel */ u32 target; /* AKA id */ |