mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
Patch from Uri Yanai <Uri.Yanai@ngsoft.com> fixing handling of global events in IMMED_NOTIFY handler
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2424 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -375,7 +375,8 @@ static void q24_atio_pkt_all_vps(scsi_qla_host_t *ha, atio7_entry_t *atio)
|
||||
scsi_qla_host_t *host = ha;
|
||||
if (IS_FWI2_CAPABLE(ha)) {
|
||||
notify24xx_entry_t *entry = (notify24xx_entry_t *)atio;
|
||||
if (IMM_NTFY_LIP_LINK_REINIT != entry->status) {
|
||||
if ((entry->vp_index != 0xFF) &&
|
||||
(entry->nport_handle != 0xFFFF)) {
|
||||
host = q2t_find_host_by_vp_idx(ha,
|
||||
entry->vp_index);
|
||||
if (unlikely(!host)) {
|
||||
|
||||
Reference in New Issue
Block a user