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

View File

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