[SCSI] lpfc 8.3.0 : Fix system crash due to uninitialized node access
authorJames Smart <James.Smart@Emulex.Com>
Fri, 5 Dec 2008 03:39:08 +0000 (22:39 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:25 +0000 (11:24 -0600)
In the IOCB completion handler, always check if the node is valid
before accessing the node object.  Added lpfc_initialize_node() to
initialize nodes.

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found