From: Jens Axboe Date: Tue, 26 Jan 2016 23:44:24 +0000 (-0700) Subject: server: split vectored commands into fragments X-Git-Tag: fio-2.6~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=7c92279529c1a76174f6bf9d56710b413c7fe2e9;hp=7c92279529c1a76174f6bf9d56710b413c7fe2e9;ds=sidebyside 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 ---