block: Add ioctl parameter fields to BlockRequest
commit8b45f6878d291646cadc4786ae807e6a42c188b4
authorFam Zheng <famz@redhat.com>
Mon, 9 Nov 2015 10:16:50 +0000 (9 18:16 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Nov 2015 15:22:42 +0000 (12 16:22 +0100)
treeecf6303aa7a9160cc519dde33ba387b7ddad86d4
parent4bb17ab51a78c6daaaa9d6c86d1c890d24c091c4
block: Add ioctl parameter fields to BlockRequest

The two fields that will be used by ioctl handling code later are added
as union, because it's used exclusively by ioctl code which dosn't need
the four fields in the other struct of the union.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1447064214-29930-6-git-send-email-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/block/block.h