]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] qla2xxx: Add cond_resched() calls during HBA flash manipulation.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Mon, 12 Mar 2007 17:41:28 +0000 (10:41 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Mar 2007 15:50:30 +0000 (10:50 -0500)
commita6215c984079586745548f7ed73e0ecdaa0b399c
tree340b3bc993fad1854a858c725417fb8d8f10e534
parentfb4a3e64a91f5bd98148fff512374617b47513ed
[SCSI] qla2xxx: Add cond_resched() calls during HBA flash manipulation.

We're observing soft lockups during HBA FLASH retrieval and
update.  Add cond_resched() each time around the tight-loops
during flash read()s/write()s.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_sup.c