aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/fs-front.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/fs-front.c')
-rw-r--r--extras/mini-os/fs-front.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/fs-front.c b/extras/mini-os/fs-front.c
index dd664caebc..59b240440b 100644
--- a/extras/mini-os/fs-front.c
+++ b/extras/mini-os/fs-front.c
@@ -1190,7 +1190,7 @@ done:
/* The token will not be unique if multiple imports are inited */
xenbus_watch_path_token(XBT_NIL, r_nodename, r_nodename, &events);
xenbus_wait_for_value(r_nodename, STATE_READY, &events);
- xenbus_unwatch_path(XBT_NIL, r_nodename);
+ xenbus_unwatch_path_token(XBT_NIL, r_nodename, r_nodename);
printk("Backend ready.\n");
//create_thread("fs-tester", test_fs_import, import);