nbd: Fix struct name for structured reads
commitefdc0c103d7919e5cabfc0b12a5699c1f8e482db
authorEric Blake <eblake@redhat.com>
Wed, 8 Nov 2017 21:57:00 +0000 (8 15:57 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 9 Nov 2017 16:17:12 +0000 (9 10:17 -0600)
tree130da66f3b904081527fa365703e1e42732f2f37
parent079d3266c79a41b2b00780f74d1c5e0b1756be95
nbd: Fix struct name for structured reads

A closer read of the NBD spec shows that a structured reply chunk
for a hole is not quite identical to the prefix of a data chunk,
because the hole has to also send a 32-bit size field.  Although
we do not yet send holes, we should fix the misleading information
in our header and make it easier for a future patch to support
sparse reads.  Messed up in commit bae245d1.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20171108215703.9295-5-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
include/block/nbd.h
nbd/server.c