[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] minios: do not exit if FS backend not found.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1200673247 0
# Node ID 1e6455d608bd06a3cc4ec83fd2cf5943d0dac20f
# Parent  420f98121491fdc277a9646682e2c2a77e716ac5
minios: do not exit if FS backend not found.
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 extras/mini-os/fs-front.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff -r 420f98121491 -r 1e6455d608bd extras/mini-os/fs-front.c
--- a/extras/mini-os/fs-front.c Fri Jan 18 16:20:13 2008 +0000
+++ b/extras/mini-os/fs-front.c Fri Jan 18 16:20:47 2008 +0000
@@ -1121,9 +1121,6 @@ void init_fs_frontend(void)
 
     fs_import = import;
 
-    if (!fs_import) {
+    if (!fs_import)
        printk("No FS import\n");
-       sleep(1000);
-       do_exit();
-    }
-}
+}

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.