Am 27.06.2012 00:26, schrieb MORITA Kazutaka: > See individual patches for details. > > MORITA Kazutaka (6): > sheepdog: fix dprintf format strings > sheepdog: restart I/O when socket becomes ready in do_co_req() > sheepdog: use coroutine based socket functions in coroutine context > sheepdog: make sure we don't free aiocb before sending all requests > sheepdog: split outstanding list into inflight and pending > sheepdog: traverse pending_list from the first for each time > > block/sheepdog.c | 130 +++++++++++++++++++++++++++++++++-------------------- > 1 files changed, 81 insertions(+), 49 deletions(-)
Thanks, applied all to the block branch. Kevin