Re: [PATCH v2 2/3] xen: xenbus: Catch closing of non existent transactions

2018-03-15 Thread Juergen Gross
On 15/03/18 03:43, Simon Gaiser wrote: > Users of the xenbus functions should never close a non existent > transaction (for example by trying to closing the same transaction > twice) but better catch it in xs_request_exit() than to corrupt the > reference counter. > > Signed-off-by: Simon Gaiser

[PATCH v2 2/3] xen: xenbus: Catch closing of non existent transactions

2018-03-14 Thread Simon Gaiser
Users of the xenbus functions should never close a non existent transaction (for example by trying to closing the same transaction twice) but better catch it in xs_request_exit() than to corrupt the reference counter. Signed-off-by: Simon Gaiser --- drivers/xen/xenbus/xenbus_xs.c | 4 +++- 1 fil