* [PATCH] Ignore xenbus system state transitions on shutdown
@ 2007-07-10 15:18 Ben Guthro
0 siblings, 0 replies; only message in thread
From: Ben Guthro @ 2007-07-10 15:18 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
This implements a suggestion by Keir to remove the xenbus "ignore
state transitions on shutdown" code for kernels without a shutdown
callback.
Signed-off-by: David Lively <dlively@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualrion.com>
[-- Attachment #2: xenbus-system-state-fix.patch --]
[-- Type: text/x-patch, Size: 746 bytes --]
diff -r 138bfca44447 drivers/xen/xenbus/xenbus_probe.c
--- a/drivers/xen/xenbus/xenbus_probe.c Wed Jun 27 11:54:55 2007 -0400
+++ b/drivers/xen/xenbus/xenbus_probe.c Wed Jun 27 11:54:58 2007 -0400
@@ -208,6 +208,7 @@ static void otherend_changed(struct xenb
DPRINTK("state is %d (%s), %s, %s", state, xenbus_strstate(state),
dev->otherend_watch.node, vec[XS_WATCH_PATH]);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
/*
* Ignore xenbus transitions during shutdown. This prevents us doing
* work that can fail e.g., when the rootfs is gone.
@@ -221,6 +222,7 @@ static void otherend_changed(struct xenb
xenbus_frontend_closed(dev);
return;
}
+#endif
if (drv->otherend_changed)
drv->otherend_changed(dev, state);
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-10 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 15:18 [PATCH] Ignore xenbus system state transitions on shutdown Ben Guthro
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.