diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2014-02-18 14:57:52 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 13:19:09 -0400 |
commit | 2ba8bfc82e120dd68f11135d563bb8b86a4d935b (patch) | |
tree | 70e3f4103d864dbd54c915cd24b07a2dcf52c938 /drivers/scsi/hpsa.h | |
parent | d1e8beac49ae9925b9b1588bc1cdd5f240318568 (diff) |
[SCSI] hpsa add sysfs debug switch for raid map debugging messages
Signed-off-by: Scott Teel <scott.teel@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index fe8d281afdae..c4a81f095e27 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -199,6 +199,7 @@ struct ctlr_info { | |||
199 | CTLR_STATE_CHANGE_EVENT_AIO_CONFIG_CHANGE) | 199 | CTLR_STATE_CHANGE_EVENT_AIO_CONFIG_CHANGE) |
200 | int acciopath_status; | 200 | int acciopath_status; |
201 | int drv_req_rescan; /* flag for driver to request rescan event */ | 201 | int drv_req_rescan; /* flag for driver to request rescan event */ |
202 | int raid_offload_debug; | ||
202 | }; | 203 | }; |
203 | #define HPSA_ABORT_MSG 0 | 204 | #define HPSA_ABORT_MSG 0 |
204 | #define HPSA_DEVICE_RESET_MSG 1 | 205 | #define HPSA_DEVICE_RESET_MSG 1 |