From: Keir Fraser Date: Fri, 2 May 2008 13:35:27 +0000 (+0100) Subject: minios: end watch of FS backend state value X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14215^2~79 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3238785d35b0cef87d619a1bdaa12dcd7032cf14;p=xen.git minios: end watch of FS backend state value Signed-off-by: Samuel Thibault --- 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);