]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Fix deadlock during adapter offline request (CR 127217)
authorVaios Papadimitriou <vaios.papadimitriou@emulex.com>
Tue, 8 May 2012 22:01:26 +0000 (17:01 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:01:27 +0000 (17:01 -0700)
commit8a20371273e7dd98c6c8e2738601ccfa5e0e9721
tree46e76b510470e40e3edfc08c4d9b52a1922453a8
parent7cc74e7cc757ed635372e067e09796245c30264f
Fix deadlock during adapter offline request (CR 127217)

The sli4_free_rpi call is being called while holding the host_lock with irq,
then the free_rpi takes the hba_lock with irq. This created a deadlock.

commit id: 401ee0c1d698e798a9317e2ed6207badae93e266

Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
drivers/scsi/lpfc/lpfc_init.c