From: James.Smart@Emulex.Com Date: Wed, 10 Aug 2005 19:02:45 +0000 (-0400) Subject: [SCSI] lpfc driver 8.0.30 : fix iocb reuse initialization X-Git-Tag: v2.6.14-rc1~522^2~12^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483f05f0134e60b724bc3678507c1def860c56d5;p=pandora-kernel.git [SCSI] lpfc driver 8.0.30 : fix iocb reuse initialization IOCB BDE not getting fully initialized during reuse Symptoms: Driver gets Status 3 and Reason 0x13 on IOCB completions. Cause: The IOCB bpl.bdeSize and bdeFlags are not getting initialized on reuse. Fix: Reinitialize these fields in prep_dma each time an IOCB is used. Signed-off-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed