No need to check login status for ZOMBIE ports.

ZOMBIE ports are always logged out, and so initiator may try to relogin.

MFC after:	1 weeks
This commit is contained in:
Alexander Motin 2016-05-16 16:44:34 +00:00
parent e29182f6c0
commit b2699a1bae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299955

View File

@ -3808,6 +3808,9 @@ isp_scan_fabric(ispsoftc_t *isp, int chan)
goto fail;
}
if (lp->state == FC_PORTDB_STATE_ZOMBIE)
goto relogin;
/*
* See if we're still logged into it.
*