From: David Vrabel Date: Fri, 21 Sep 2012 16:04:24 +0000 (+0100) Subject: xen/hvc: handle backend CLOSED without CLOSING X-Git-Tag: v3.7-rc1~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6934a3b449266850149b717597408354039e95;p=pandora-kernel.git xen/hvc: handle backend CLOSED without CLOSING Backend drivers shouldn't transistion 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 Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed