diff options
| author | James Smart <[email protected]> | 2019-03-12 16:30:12 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-03-19 12:57:02 -0400 |
| commit | 731eedcb317a5a4b5776d3c78ffe5e79c596fa16 (patch) | |
| tree | 449a2b9414aea3df77bdc868b948d3be82ee57cb /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 22b738ac3309c8712ac6aa8095e27bbc4067e4b3 (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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions