Skip to content
Commit 41574268 authored by Eric Blake's avatar Eric Blake Committed by Stefan Hajnoczi
Browse files

block: Move BlockRequest type to io.c



I was thrown by the fact that the public type BlockRequest had
an anonymous union, but no obvious discriminator.  Turns out
that the only client of the second branch of the union was code
internal to io.c, now that commit 91c6e4b7 killed public
multiwrite, so move it into io.c and improve the comments.

Signed-off-by: default avatarEric Blake <eblake@redhat.com>
Message-Id: <1463699150-19445-1-git-send-email-eblake@redhat.com>
Signed-off-by: default avatarFam Zheng <famz@redhat.com>
parent 117bc3fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment