diff options
author | Vladimir Sementsov-Ogievskiy | 2017-05-16 11:45:29 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-06-06 20:18:35 +0200 |
commit | f250a42ddaee042ad2eb02022a3ebd18fcf987de (patch) | |
tree | bb2c0a70e07002bebd2331c9f57d47442be3aed0 /nbd/server.c | |
parent | Check the return value of fcntl in qemu_set_cloexec (diff) | |
download | qemu-f250a42ddaee042ad2eb02022a3ebd18fcf987de.tar.gz qemu-f250a42ddaee042ad2eb02022a3ebd18fcf987de.tar.xz qemu-f250a42ddaee042ad2eb02022a3ebd18fcf987de.zip |
nbd: strict nbd_wr_syncv
nbd_wr_syncv is called either from coroutine or from client negotiation
code, when socket is in blocking mode. So, -EAGAIN is impossible.
Furthermore, EAGAIN is confusing, as, what to read/write again? With
EAGAIN as a return code we don't know how much data is already
read or written by the function, so in case of EAGAIN the whole
communication is broken.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20170516094533.6160-2-vsementsov@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'nbd/server.c')
0 files changed, 0 insertions, 0 deletions