aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJames Smart <[email protected]>2019-03-12 16:30:12 -0700
committerMartin K. Petersen <[email protected]>2019-03-19 12:57:02 -0400
commit731eedcb317a5a4b5776d3c78ffe5e79c596fa16 (patch)
tree449a2b9414aea3df77bdc868b948d3be82ee57cb /tools/perf/scripts/python/net_dropmonitor.py
parent22b738ac3309c8712ac6aa8095e27bbc4067e4b3 (diff)
scsi: lpfc: Fix deadlock due to nested hbalock call
If an adapter fails, causing a board reset, the board reset routine lpfc_hba_down_s4() takes the hbalock out then calls lpfc_nvmet_ctxbuf_post() who then tries to take out the same lock. As the context lists are now protected under the buf_list_locks, there is no need for the hbalock to be held by the board reset routine. Fix by no longer taking the hbalock in the board reset routine. Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions