All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] minios: fix free_fbfront
@ 2009-06-26 15:20 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2009-06-26 15:20 UTC (permalink / raw)
  To: xen-devel

When a stubdom is destroyed, fbfront tries to unbind the evtchn
twice.

This patch should be applied to 3.4 testing as well.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff -r 90391e2247fc extras/mini-os/fbfront.c
--- a/extras/mini-os/fbfront.c	Tue Jun 23 11:40:27 2009 +0100
+++ b/extras/mini-os/fbfront.c	Fri Jun 26 15:40:27 2009 +0100
@@ -580,8 +580,6 @@
     snprintf(path, sizeof(path), "%s/feature-update", nodename);
     xenbus_rm(XBT_NIL, path);
 
-    unbind_evtchn(dev->evtchn);
-
     free_fbfront(dev);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-26 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-26 15:20 [PATCH] minios: fix free_fbfront Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.