commit | d5af64de2d1cc87d77ac7c0e90d89630a37a4f09 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Thu Oct 18 11:03:36 2012 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Nov 30 14:33:35 2012 -0700 |
tree | d1fe66a02d41848614c39adde978ca1fcd08cf25 | |
parent | 918b4053184c0ca22236e70e299c5343eea35304 [diff] |
xen-pcifront: Handle backend CLOSED without CLOSING Backend drivers shouldn't transition to CLOSED unless the frontend is CLOSED. If a backend does transition to CLOSED too soon then the frontend may not see the CLOSING state and will not properly shutdown. So, treat an unexpected backend CLOSED state the same as CLOSING. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>