Re: [Qemu-devel] [PATCH] nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE

2018-05-01 Thread Eric Blake
On 05/01/2018 10:55 AM, Vladimir Sementsov-Ogievskiy wrote: 01.05.2018 18:46, Eric Blake wrote: A missing space makes for poor error messages.  Also, we missed diagnosing a server that sends a maximum block size less than the minimum. Fixes: 081dd1fe CC: qemu-sta...@nongnu.org Signed-off-by: Er

Re: [Qemu-devel] [PATCH] nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE

2018-05-01 Thread Vladimir Sementsov-Ogievskiy
01.05.2018 18:46, Eric Blake wrote: A missing space makes for poor error messages. Also, we missed diagnosing a server that sends a maximum block size less than the minimum. Fixes: 081dd1fe CC: qemu-sta...@nongnu.org Signed-off-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy ---

[Qemu-devel] [PATCH] nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE

2018-05-01 Thread Eric Blake
A missing space makes for poor error messages. Also, we missed diagnosing a server that sends a maximum block size less than the minimum. Fixes: 081dd1fe CC: qemu-sta...@nongnu.org Signed-off-by: Eric Blake --- nbd/client.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff