Displaying 1 result from an estimated 1 matches for "nbd_request_put".
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...should return the error to the client. */
> @@ -2692,6 +2694,7 @@ static coroutine_fn void nbd_trip(void *opaque)
> goto disconnect;
> }
>
> + qio_channel_set_cork(client->ioc, false);
Reviewed-by: Eric Blake <eblake at redhat.com>
> done:
> nbd_request_put(req);
> nbd_client_put(client);
> --
> 2.39.2
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org