diff options
author | James Smart <jsmart2021@gmail.com> | 2019-05-07 02:26:47 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-14 02:32:49 +0200 |
commit | e2a8be5696e706a2fce6edd11e5c74ce14cffec0 (patch) | |
tree | 3aa0d3314544e367b2fc452ff8f48e23f70a4d33 /drivers/scsi/smartpqi | |
parent | scsi: qedi: remove set but not used variables 'cdev' and 'udev' (diff) | |
download | linux-e2a8be5696e706a2fce6edd11e5c74ce14cffec0.tar.xz linux-e2a8be5696e706a2fce6edd11e5c74ce14cffec0.zip |
scsi: lpfc: resolve lockdep warnings
There were a number of erroneous comments and incorrect older lockdep
checks that were causing a number of warnings.
Resolve the following:
- Inconsistent lock state warnings in lpfc_nvme_info_show().
- Fixed comments and code on sequences where ring lock is now held instead
of hbalock.
- Reworked calling sequences around lpfc_sli_iocbq_lookup(). Rather than
locking prior to the routine and have routine guess on what lock, take
the lock within the routine. The lockdep check becomes unnecessary.
- Fixed comments and removed erroneous hbalock checks.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
CC: Bart Van Assche <bvanassche@acm.org>
Tested-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/smartpqi')
0 files changed, 0 insertions, 0 deletions