summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAnton Eidelman <anton.eidelman@gmail.com>2021-09-12 21:54:57 +0300
committerChristoph Hellwig <hch@lst.de>2021-09-14 11:32:04 +0300
commit79f528afa93918519574773ea49a444c104bc1bd (patch)
tree213b36febb8e8d644341be7acc7a53fc5878a0b9 /tools/perf/util/scripting-engines/trace-event-python.c
parent9edceaf43050f5ba1dd7d0011bcf68a736a17743 (diff)
downloadlinux-79f528afa93918519574773ea49a444c104bc1bd.tar.xz
nvme-multipath: fix ANA state updates when a namespace is not present
nvme_update_ana_state() has a deficiency that results in a failure to properly update the ana state for a namespace in the following case: NSIDs in ctrl->namespaces: 1, 3, 4 NSIDs in desc->nsids: 1, 2, 3, 4 Loop iteration 0: ns index = 0, n = 0, ns->head->ns_id = 1, nsid = 1, MATCH. Loop iteration 1: ns index = 1, n = 1, ns->head->ns_id = 3, nsid = 2, NO MATCH. Loop iteration 2: ns index = 2, n = 2, ns->head->ns_id = 4, nsid = 4, MATCH. Where the update to the ANA state of NSID 3 is missed. To fix this increment n and retry the update with the same ns when ns->head->ns_id is higher than nsid, Signed-off-by: Anton Eidelman <anton@lightbitslabs.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions