Re: [Qemu-devel] [PATCH v5 4/9] nbd: Simplify trace of client flags in negotiation

2017-07-13 Thread Vladimir Sementsov-Ogievskiy
07.07.2017 23:30, Eric Blake wrote: Simplify the tracing of client flags in the server, and return -EINVAL instead of -EIO if we successfully read but don't like those flags. Signed-off-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[Qemu-devel] [PATCH v5 4/9] nbd: Simplify trace of client flags in negotiation

2017-07-07 Thread Eric Blake
Simplify the tracing of client flags in the server, and return -EINVAL instead of -EIO if we successfully read but don't like those flags. Signed-off-by: Eric Blake --- v5: new patch --- nbd/server.c | 6 ++ nbd/trace-events | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) di