diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-20 16:42:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-20 16:42:57 -0500 |
commit | cdce6ac277a4a1aa5316cd0cdf30fff927433917 (patch) | |
tree | a345a1a6639a368433fa915be96554d7a0f456ea /drivers/scsi/ipr.h | |
parent | 5d6a54688632f640abda71164fea5d171ff07db8 (diff) | |
parent | e61745769125a3c788e7aceb2a5fb680ebb461e6 (diff) |
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI update from James Bottomley:
"This is a much shorter set of patches that were on the go but didn't
make it in to the early pull request for the merge window. It's
really a set of bug fixes plus some final cleanup work on the new tag
queue API"
* tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
storvsc: ring buffer failures may result in I/O freeze
ipr: set scsi_level correctly for disk arrays
ipr: add support for async scanning to speed up boot
scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case
scsi_debug: take sdebug_host_list_lock when changing capacity
scsi_debug: improve driver description in Kconfig
scsi_debug: fix compare and write errors
qla2xxx: fix race in handling rport deletion during recovery causes panic
scsi: blacklist RSOC for Microsoft iSCSI target devices
scsi: fix random memory corruption with scsi-mq + T10 PI
Revert "[SCSI] mpt3sas: Remove phys on topology change"
Revert "[SCSI] mpt2sas: Remove phys on topology change."
esas2r: Correct typos of "validate" in a comment
fc: FCP_PTA_SIMPLE is 0
ibmvfc: remove unused tag variable
scsi: remove MSG_*_TAG defines
scsi: remove scsi_set_tag_type
scsi: remove scsi_get_tag_type
scsi: never drop to untagged mode during queue ramp down
scsi: remove ->change_queue_type method
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 9ebdebd944e7..b4f3eec51bc9 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
@@ -157,13 +157,11 @@ | |||
157 | 157 | ||
158 | #define IPR_MAX_NUM_TARGETS_PER_BUS 256 | 158 | #define IPR_MAX_NUM_TARGETS_PER_BUS 256 |
159 | #define IPR_MAX_NUM_LUNS_PER_TARGET 256 | 159 | #define IPR_MAX_NUM_LUNS_PER_TARGET 256 |
160 | #define IPR_MAX_NUM_VSET_LUNS_PER_TARGET 8 | ||
161 | #define IPR_VSET_BUS 0xff | 160 | #define IPR_VSET_BUS 0xff |
162 | #define IPR_IOA_BUS 0xff | 161 | #define IPR_IOA_BUS 0xff |
163 | #define IPR_IOA_TARGET 0xff | 162 | #define IPR_IOA_TARGET 0xff |
164 | #define IPR_IOA_LUN 0xff | 163 | #define IPR_IOA_LUN 0xff |
165 | #define IPR_MAX_NUM_BUSES 16 | 164 | #define IPR_MAX_NUM_BUSES 16 |
166 | #define IPR_MAX_BUS_TO_SCAN IPR_MAX_NUM_BUSES | ||
167 | 165 | ||
168 | #define IPR_NUM_RESET_RELOAD_RETRIES 3 | 166 | #define IPR_NUM_RESET_RELOAD_RETRIES 3 |
169 | 167 | ||
@@ -1453,7 +1451,7 @@ struct ipr_ioa_cfg { | |||
1453 | u8 in_ioa_bringdown:1; | 1451 | u8 in_ioa_bringdown:1; |
1454 | u8 ioa_unit_checked:1; | 1452 | u8 ioa_unit_checked:1; |
1455 | u8 dump_taken:1; | 1453 | u8 dump_taken:1; |
1456 | u8 allow_ml_add_del:1; | 1454 | u8 scan_done:1; |
1457 | u8 needs_hard_reset:1; | 1455 | u8 needs_hard_reset:1; |
1458 | u8 dual_raid:1; | 1456 | u8 dual_raid:1; |
1459 | u8 needs_warm_reset:1; | 1457 | u8 needs_warm_reset:1; |