commit | 5cdf162654123c53f14524bb23546f4d11bfde28 | [log] [tgz] |
---|---|---|
author | Brian King <[email protected]> | Fri Aug 24 16:51:01 2012 -0500 |
committer | James Bottomley <[email protected]> | Mon Sep 24 12:10:59 2012 +0400 |
tree | 0ffb0d9b7da76ecdcfb78a47b1b50d07ec8def03 | |
parent | a077c7faf3cb3e28303ba431148a85f613f4e955 [diff] |
[SCSI] ibmvfc: Ignore fabric RSCNs when link is dead This fixes an issues seen where a Fabric RSCN event was received while the link was down, which resulted in repeated attempts to log back into the fabric, which then failed, resulting in the ibmvfc driver taking the host offline. Fix this by delaying taking any action regarding the fabric RSCN until the link comes back up. Signed-off-by: Brian King <[email protected]> Signed-off-by: James Bottomley <[email protected]>