diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2014-02-18 23:57:52 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 21:19:09 +0400 |
commit | 2ba8bfc82e120dd68f11135d563bb8b86a4d935b (patch) | |
tree | 70e3f4103d864dbd54c915cd24b07a2dcf52c938 /drivers/scsi/hpsa.h | |
parent | d1e8beac49ae9925b9b1588bc1cdd5f240318568 (diff) | |
download | linux-2ba8bfc82e120dd68f11135d563bb8b86a4d935b.tar.xz |
[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 { CTLR_STATE_CHANGE_EVENT_AIO_CONFIG_CHANGE) int acciopath_status; int drv_req_rescan; /* flag for driver to request rescan event */ + int raid_offload_debug; }; #define HPSA_ABORT_MSG 0 #define HPSA_DEVICE_RESET_MSG 1 |