]> xenbits.xensource.com Git - xen.git/commit
mini-os: Fix xenbus_switch_state's transaction retry
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Apr 2010 07:17:21 +0000 (08:17 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Apr 2010 07:17:21 +0000 (08:17 +0100)
commitcdabe14bff38e2e9e8dac9ad5d5fe40499cc38e8
tree29df1d2b65bbfb6d3c3e302735920fe4cad4dd78
parent15d5739ea96c83a989c31e5f28436004cf831035
mini-os: Fix xenbus_switch_state's transaction retry

When xenbus_switch_state has to retry the transaction which it just
created, it needs to recreate another one.  Clearing xbt triggers it.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/xenbus/xenbus.c