Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-18 Thread Ian Campbell
On Thu, 2015-06-18 at 10:23 +0100, Wei Liu wrote: > On Thu, Jun 18, 2015 at 09:56:37AM +0100, Ian Campbell wrote: > > On Thu, 2015-06-18 at 09:53 +0100, Ian Campbell wrote: > > > On Wed, 2015-06-17 at 20:44 +0100, Dave Scott wrote: > > > > > On 17 Jun 2015, at 20:39, Wei Liu wrote: > > > > > > >

Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-18 Thread Wei Liu
On Thu, Jun 18, 2015 at 09:56:37AM +0100, Ian Campbell wrote: > On Thu, 2015-06-18 at 09:53 +0100, Ian Campbell wrote: > > On Wed, 2015-06-17 at 20:44 +0100, Dave Scott wrote: > > > > On 17 Jun 2015, at 20:39, Wei Liu wrote: > > > > > > > > The statement to reset nb_watches should be in del_watch

Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-18 Thread Ian Campbell
On Thu, 2015-06-18 at 09:56 +0100, Ian Campbell wrote: > On Thu, 2015-06-18 at 09:53 +0100, Ian Campbell wrote: > > On Wed, 2015-06-17 at 20:44 +0100, Dave Scott wrote: > > > > On 17 Jun 2015, at 20:39, Wei Liu wrote: > > > > > > > > The statement to reset nb_watches should be in del_watches, not

Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-18 Thread Ian Campbell
On Thu, 2015-06-18 at 09:53 +0100, Ian Campbell wrote: > On Wed, 2015-06-17 at 20:44 +0100, Dave Scott wrote: > > > On 17 Jun 2015, at 20:39, Wei Liu wrote: > > > > > > The statement to reset nb_watches should be in del_watches, not > > > del_transactions. > > > > > > Signed-off-by: Wei Liu > >

Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-18 Thread Ian Campbell
On Wed, 2015-06-17 at 20:44 +0100, Dave Scott wrote: > > On 17 Jun 2015, at 20:39, Wei Liu wrote: > > > > The statement to reset nb_watches should be in del_watches, not > > del_transactions. > > > > Signed-off-by: Wei Liu > > Cc: David Scott > > --- > > It was only until Ian applied previous

Re: [Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-17 Thread Dave Scott
> On 17 Jun 2015, at 20:39, Wei Liu wrote: > > The statement to reset nb_watches should be in del_watches, not > del_transactions. > > Signed-off-by: Wei Liu > Cc: David Scott > --- > It was only until Ian applied previous patch that I discovered this > copy-n-paste error. Sorry about this.

[Xen-devel] [PATCH] oxenstored: fix del_watches and del_transactions

2015-06-17 Thread Wei Liu
The statement to reset nb_watches should be in del_watches, not del_transactions. Signed-off-by: Wei Liu Cc: David Scott --- It was only until Ian applied previous patch that I discovered this copy-n-paste error. Sorry about this. --- tools/ocaml/xenstored/connection.ml | 2 +- 1 file changed,