client: switch to per-client buffer
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 20:25:30 +0000 (14:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 20:25:30 +0000 (14:25 -0600)
commit7c6686fcd9dc145c4dbab907ab29d2336f0ba935
tree86b1e8ce6fdcbef220fb0ac28a13b1ead33cc1fa
parent83742c72e3d69b2d5c8a890b3803042b5fd1aae0
client: switch to per-client buffer

Even with the local storage, for some operations we still end up
having to do split dumps. Include the buffer in the actual client,
and flush when the client is done.

Hopefully this fixes the remaining buffer output split for
client/server.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c
client.h