aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2018-06-14 18:18:09 +0200
committerMartin K. Petersen <[email protected]>2018-06-19 22:02:25 -0400
commit2da11d4262639dc0e2fabc6a70886db57af25c43 (patch)
tree6d857a47a23b3799240eef1f51bc8419922f02dc /tools/perf/scripts/python/bin/stackcollapse-report
parent15c5a5e0761f9ace2e58097c405ab362b2e02c83 (diff)
scsi: libsas: remove irq save in sas_ata_qc_issue()
Since commit 312d3e56119a ("[SCSI] libsas: remove ata_port.lock management duties from lldds") the sas_ata_qc_issue() function unlocks the ata_port.lock and disables interrupts before doing so. That lock is always taken with disabled interrupts so at this point, the interrupts are already disabled. There is no need to disable the interrupts before the unlock operation because they are already disabled. Restoring the interrupt state later does not change anything because they were disabled and remain disabled. Therefore remove the operations which do not change the behaviour. Fixes: 312d3e56119a ("[SCSI] libsas: remove ata_port.lock management duties from lldds") Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Acked-by: Dan Williams <[email protected]> Reviewed-by: John Garry <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions