Mailing List Archive

[xen-unstable] If xenfs is compiled as a module, now cannot complete
# HG changeset patch
# User Ian Jackson <Ian.Jackson@eu.citrix.com>
# Date 1277217582 -3600
# Node ID fa809ed6f534101158645c3f99be37a121eedb02
# Parent a24dbfcbdf695f49867d5881ea20ab40f18aea98
If xenfs is compiled as a module, now cannot complete
'service xencommons start', mount xenfs directly can fix it,
it can trigger modprobe xenfs.

Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
---
tools/hotplug/Linux/init.d/xencommons | 1 -
1 files changed, 1 deletion(-)

diff -r a24dbfcbdf69 -r fa809ed6f534 tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons Tue Jun 22 07:19:38 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons Tue Jun 22 15:39:42 2010 +0100
@@ -27,7 +27,6 @@ if test "x$1" = xstart && \
if test "x$1" = xstart && \
test -d /proc/xen && \
! test -d /proc/xen/capabilities && \
- grep ' xenfs$' /proc/filesystems >/dev/null && \
! grep '^xenfs ' /proc/mounts >/dev/null;
then
mount -t xenfs xenfs /proc/xen

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog