diff options
author | Keith Busch <[email protected]> | 2024-10-15 07:30:17 -0700 |
---|---|---|
committer | Keith Busch <[email protected]> | 2024-10-15 08:32:07 -0700 |
commit | 1f021341eef41e77a633186e9be5223de2ce5d48 (patch) | |
tree | a2cdad083214e04ec803a01be157bdd16834e71e /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 0ce96a6708f34280a536263ee5c67e20c433dcce (diff) |
nvme-multipath: defer partition scanning
We need to suppress the partition scan from occuring within the
controller's scan_work context. If a path error occurs here, the IO will
wait until a path becomes available or all paths are torn down, but that
action also occurs within scan_work, so it would deadlock. Defer the
partion scan to a different context that does not block scan_work.
Reported-by: Hannes Reinecke <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions