server: split vectored commands into fragments
authorJens Axboe <axboe@fb.com>
Tue, 26 Jan 2016 23:44:24 +0000 (16:44 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 26 Jan 2016 23:44:24 +0000 (16:44 -0700)
commit7c92279529c1a76174f6bf9d56710b413c7fe2e9
treeeeb1122558a67a3e694a62b0c83d5b267e3a56a0
parent9b88d5e9928a27db5476118c02907794c688c232
server: split vectored commands into fragments

This fixes the fio_send_cmd_ext_pdu() path to split commands
into properly sized fragments. This also reverts the
previous commit, that bypassed the check since this path
was broken.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.c