commit | 2df4624662103eb007428e6ded3b3496a952b154 | [log] [tgz] |
---|---|---|
author | MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> | Fri Aug 12 21:33:15 2011 +0900 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Aug 24 14:53:51 2011 +0200 |
tree | 74e52bf0382e488c07a71a24391a4f893bf40da0 | |
parent | ab0997e0afdcb272fd04784a280b2df46b0c759f [diff] |
sheepdog: use coroutines This makes the sheepdog block driver support bdrv_co_readv/writev instead of bdrv_aio_readv/writev. With this patch, Sheepdog network I/O becomes fully asynchronous. The block driver yields back when send/recv returns EAGAIN, and is resumed when the sheepdog network connection is ready for the operation. Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> Signed-off-by: Kevin Wolf <kwolf@redhat.com>