diff options
author | Chaitra P B <[email protected]> | 2016-05-06 14:29:31 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2016-05-11 16:14:31 -0400 |
commit | 5f0dfb7a9bcc8139958f59ecb9bbd7e738ae702d (patch) | |
tree | 88ceb21699c892611b53b94ba21b395aff2885b1 /lib/mpi | |
parent | 6c197093847e8cdec844df39a373bfe1f9a1ac8a (diff) |
mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs
Replaced mpt3sas_base_flush_reply_queues() with
mpt3sas_base_sync_reply_irqs(),as mpt3sas_base_flush_reply_queues()
skips over reply queues that are currently busy (i.e. being handled by
interrupt processing in another core). If a reply queue is busy, then
call to synchronize_irq()in mpt3sas_base_sync_reply_irqs()make sures the
other core has finished flushing the queue and completed any calls to
the mid-layer scsi_done() routine.
Signed-off-by: Chaitra P B <[email protected]>
Reviewed-by: Tomas Henzl <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions