qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 09/13] nbd: don't change socket block during negotia


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 09/13] nbd: don't change socket block during negotiate
Date: Fri, 29 Nov 2013 15:58:40 +0100

From: Marc-André Lureau <address@hidden>

The caller might handle non-blocking using coroutine. Leave the choice
to the caller to use a blocking or non-blocking negotiate.

Signed-off-by: Marc-André Lureau <address@hidden>
---
 nbd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nbd.c b/nbd.c
index f847940..3af9d17 100644
--- a/nbd.c
+++ b/nbd.c
@@ -443,7 +443,6 @@ int nbd_receive_negotiate(int csock, const char *name, 
uint32_t *flags,
 
     TRACE("Receiving negotiation.");
 
-    qemu_set_block(csock);
     rc = -EINVAL;
 
     if (read_sync(csock, buf, 8) != 8) {
-- 
1.8.4.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]