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)
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>

No differences found