diff options
author | Mike Christie <michael.christie@oracle.com> | 2024-01-23 03:22:18 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-01-30 05:20:54 +0300 |
commit | b72f2d149e24747ff686c21b44e04762fc9d3a2f (patch) | |
tree | 5d5109bade724998ebf288023136a8a4715f8a42 /tools/perf/scripts/python/task-analyzer.py | |
parent | 3a7b4579328ec741d909066d648ca6be139f7bb6 (diff) | |
download | linux-b72f2d149e24747ff686c21b44e04762fc9d3a2f.tar.xz |
scsi: sr: Have midlayer retry get_sectorsize() errors
This has get_sectorsize() have the SCSI midlayer retry errors instead of
driving them itself.
There is one behavior change where we no longer retry when
scsi_execute_cmd() returns < 0, but we should be ok. We don't need to retry
for failures like the queue being removed, and for the case where there are
no tags/reqs the block layer waits/retries for us. For possible memory
allocation failures from blk_rq_map_kern() we use GFP_NOIO, so retrying
will probably not help.
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Link: https://lore.kernel.org/r/20240123002220.129141-18-michael.christie@oracle.com
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions