commit | 0d6db300cd95339cec6b8ab2ef46bd7cdb040959 | [log] [tgz] |
---|---|---|
author | MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> | Tue Mar 12 16:05:42 2013 +0900 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Mar 15 16:07:50 2013 +0100 |
tree | 0f76c2bd24d6573b42d3308c15312202e9151d89 | |
parent | 381b487d54ba18c73df9db8452028a330058c505 [diff] |
sheepdog: use non-blocking fd in coroutine context Using a blocking socket in the coroutine context reduces the chance of switching to other work. This patch makes the sheepdog driver use a non-blocking fd always. Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>