commit | 017b2ae33c0fc7d70320cc7f1cce0efb6ce8d929 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Thu Jun 18 09:06:55 2009 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun Jun 21 11:09:57 2009 -0500 |
tree | 1f598b0900ab8b3cdf4093c032f6fdf90feeca78 | |
parent | f1d7fb7a8ab55357b6c7d44a53f644a043680ed1 [diff] |
ibmvfc: Fix endless PRLI loop in discovery Fixes a problem seen where sending a PRLI to a target resulted in it sending a LOGO. This caused the ibmvfc driver to go back through discovery again, which caused another PRLI attempt, which caused another LOGO. Fix this behavior by ignoring LOGO if we haven't even logged into the target yet. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>