From 980b5ee0b35c65f11062b1736cc4e4926e714beb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 24 Oct 2007 14:36:18 +0100 Subject: [PATCH] minios: xenbus wait fixup From: Samuel Thibault Signed-off-by: Keir Fraser --- xenbus/xenbus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xenbus/xenbus.c b/xenbus/xenbus.c index d0dddad..dd475b3 100644 --- a/xenbus/xenbus.c +++ b/xenbus/xenbus.c @@ -79,6 +79,7 @@ void wait_for_watch(void) schedule(); remove_waiter(w); wake(current); + remove_wait_queue(&w); } char* xenbus_wait_for_value(const char* path,const char* value) -- 2.39.5