server: cleanup iolog pdu prep
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Dec 2017 16:25:10 +0000 (09:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Dec 2017 16:25:10 +0000 (09:25 -0700)
commitf54ed5226828e8837b57902369bd61b1c4c3238a
tree49db881942cba1b3204445be65881eb5eeaaf06a
parent7ff0297f39d0dea72a9b004393ca3c5e5f397760
server: cleanup iolog pdu prep

We don't have to memset() the whole thing, we just need to ensure
that the members we don't assign are cleared. Remove the memset
and initialize the pdu on the stack.

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