Re: [PATCH resend] nbd: register yank function earlier

2021-07-05 Thread Vladimir Sementsov-Ogievskiy
04.07.2021 13:56, Lukas Straub wrote: Although unlikely, qemu might hang in nbd_send_request(). Allow recovery in this case by registering the yank function before calling it. Signed-off-by: Lukas Straub Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[PATCH resend] nbd: register yank function earlier

2021-07-04 Thread Lukas Straub
Although unlikely, qemu might hang in nbd_send_request(). Allow recovery in this case by registering the yank function before calling it. Signed-off-by: Lukas Straub --- Fix CC: email address so the mailing list doesn't reject it. block/nbd.c | 8 +--- 1 file changed, 5 insertions(+), 3 d