Re: [Qemu-devel] [PATCH v3 09/10] sheepdog: cancel aio requests if possible

2013-07-25 Thread Liu Yuan
On Thu, Jul 25, 2013 at 05:32:04PM +0900, MORITA Kazutaka wrote: > This patch tries to cancel aio requests in pending queue and failed > queue. When the sheepdog driver cannot cancel the requests, it waits > for them to be completed. > > Signed-off-by: MORITA Kazutaka > --- > block/sheepdog.c |

[Qemu-devel] [PATCH v3 09/10] sheepdog: cancel aio requests if possible

2013-07-25 Thread MORITA Kazutaka
This patch tries to cancel aio requests in pending queue and failed queue. When the sheepdog driver cannot cancel the requests, it waits for them to be completed. Signed-off-by: MORITA Kazutaka --- block/sheepdog.c | 70 +++- 1 file changed, 5