From 3238785d35b0cef87d619a1bdaa12dcd7032cf14 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 2 May 2008 14:35:27 +0100 Subject: [PATCH] minios: end watch of FS backend state value Signed-off-by: Samuel Thibault --- extras/mini-os/fs-front.c | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/mini-os/fs-front.c b/extras/mini-os/fs-front.c index 131f134763..58aab0fd9b 100644 --- a/extras/mini-os/fs-front.c +++ b/extras/mini-os/fs-front.c @@ -1028,6 +1028,7 @@ done: /* The token will not be unique if multiple imports are inited */ xenbus_watch_path(XBT_NIL, r_nodename/*, token*/); xenbus_wait_for_value(/*token,*/ r_nodename, STATE_READY); + xenbus_unwatch_path(XBT_NIL, r_nodename); printk("Backend ready.\n"); //create_thread("fs-tester", test_fs_import, import); -- 2.39.5