commit | 109f6ed05aadb7dd1cc9671a63603658d3ba518e | [log] [tgz] |
---|---|---|
author | James Smart <James.Smart@Emulex.Com> | Thu Dec 04 22:39:08 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Dec 29 11:24:25 2008 -0600 |
tree | 637d09437a45ab0f21e28a30ae4e876d59b6b733 | |
parent | 9bad76719ee4fa8c305bb6cba6e19b4ddbe800b2 [diff] |
[SCSI] lpfc 8.3.0 : Fix system crash due to uninitialized node access 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>