]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit40a2e34a94c336b716f631b2952d233e1ba76e3c
tree340b3bc993fad1854a858c725417fb8d8f10e534
parented6770863945e6695f403c7b951395dab298c392
[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