diff options
author | Igor Pylypiv <[email protected]> | 2024-03-07 13:44:12 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-03-25 16:00:06 -0400 |
commit | abeded46bc1922e2249f6665654b5d81e7c5e1f1 (patch) | |
tree | 821593b66281a2f6dde49335a3e869a4c180038e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
scsi: ata: libata-sata: Factor out NCQ Priority configuration helpers
Export libata NCQ Priority configuration helpers to be reused for libsas
managed SATA devices.
Switched locking from spin_lock_irq() to spin_lock_irqsave(). In the
future someone might call these helper functions when interrupts are
disabled. spin_unlock_irq() could lead to a premature re-enabling of
interrupts, whereas spin_unlock_irqrestore() restores the interrupt state
to its condition prior to the spin_lock_irqsave() call.
Acked-by: Damien Le Moal <[email protected]>
Reviewed-by: Jason Yan <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Igor Pylypiv <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Niklas Cassel <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions