]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
minios: Fix xenbus_unwatch_path calls
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 23 Nov 2009 07:21:58 +0000 (07:21 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 23 Nov 2009 07:21:58 +0000 (07:21 +0000)
commit8bbc4b9c7964d9e17d87e603bf4ab64189571f85
treed33e2179e9d5e445ff7d15357392f8314fbe8dcf
parent3a1eed210ab04da6bcc129796dadf7988f9fe9d8
minios: Fix xenbus_unwatch_path calls

In a lot of places in MiniOS frontends, xenbus_watch_path_token is
used instead of xenbus_watch_path to get more precise wake ups.  To
free those, xenbus_unwatch_path_token has to be used instead of
xenbus_unwatch_path, else the unwatch operation will fail.  This fixes
spurious watch events left by pv-grub.

Signed-Off-By: Samuel Thibault <samuel.thibault@ens-lyon.org>
blkfront.c
console/xencons_ring.c
fbfront.c
fs-front.c
netfront.c
pcifront.c