diff options
author | 2023-04-17 12:15:54 -0700 | |
---|---|---|
committer | 2023-05-08 07:16:05 -0400 | |
commit | 78e9e35004fd42ca6d539f3ba5c600a189241633 (patch) | |
tree | aeb4624435f3ad23c8fddf7af620a0b78718615f /include/linux/blk_types.h | |
parent | scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_not_used() (diff) | |
download | wireguard-linux-78e9e35004fd42ca6d539f3ba5c600a189241633.tar.xz wireguard-linux-78e9e35004fd42ca6d539f3ba5c600a189241633.zip |
scsi: lpfc: Match lock ordering of lpfc_cmd->buf_lock and hbalock for abort paths
The SCSI version of the abort handler routine, lpfc_abort_handler(), takes
the lpfc_cmd->buf_lock and then phba->hbalock.
Make the same change for the NVMe abort path, lpfc_nvme_fcp_abort(), to
have consistent lock ordering logic between the two abort paths.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20230417191558.83100-4-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/linux/blk_types.h')
0 files changed, 0 insertions, 0 deletions