diff options
author | James Smart <jsmart2021@gmail.com> | 2019-05-06 17:26:47 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-05-13 20:32:49 -0400 |
commit | e2a8be5696e706a2fce6edd11e5c74ce14cffec0 (patch) | |
tree | 3aa0d3314544e367b2fc452ff8f48e23f70a4d33 /block | |
parent | d0adee5d12752256ff0c87ad7f002f21fe49d618 (diff) | |
download | linux-stable-e2a8be5696e706a2fce6edd11e5c74ce14cffec0.tar.gz linux-stable-e2a8be5696e706a2fce6edd11e5c74ce14cffec0.tar.bz2 linux-stable-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 'block')
0 files changed, 0 insertions, 0 deletions