]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Fix Locking code raising IRQ twice
authorVaios Papadimitriou <vaios.papadimitriou@emulex.com>
Tue, 8 May 2012 22:01:24 +0000 (17:01 -0500)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 9 May 2012 00:01:24 +0000 (17:01 -0700)
commit4cb7d71874dfe9bd4e9be481a1f62a202d360b6b
tree8080ec613ddeb2cd947fca5280d0423938ee1cd1
parent2cdf6bc52c46534d94c3653fda8a300e1b8fc09e
Fix Locking code raising IRQ twice

Remove the irq part of the locking and unlocking calls, this could have caused
a deadlock because the cpu could have interrupted this thread while the hbalock
was still held.

commit id: 728599090a9bf3aefb1226cc063295886525cd0e

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