From 70ad90095b7b4ae26266878a48b0abae9717010b Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 23 Jul 2009 08:57:02 +0100 Subject: fs-front: cope with a missing fs-backend Obviously save\restore is not going to work if fs-backend is missing, but at least the stubdom will be able to work correctly in all the other cases. Signed-off-by: Stefano Stabellini --- extras/mini-os/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extras/mini-os/main.c') diff --git a/extras/mini-os/main.c b/extras/mini-os/main.c index 204cf85f8a..ebdab33921 100644 --- a/extras/mini-os/main.c +++ b/extras/mini-os/main.c @@ -69,11 +69,6 @@ static void call_main(void *p) #endif #ifdef CONFIG_QEMU - if (!fs_import) { - printk("No FS backend found, is it running?\n"); - do_exit(); - } - /* Fetch argc, argv from XenStore */ domid = xenbus_read_integer("target"); if (domid == -1) { -- cgit v1.2.3