]> git.proxmox.com Git - mirror_qemu.git/commit
sheepdog: Use BB functions in .bdrv_create()
authorKevin Wolf <kwolf@redhat.com>
Tue, 8 Mar 2016 14:57:05 +0000 (15:57 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Mar 2016 15:46:43 +0000 (16:46 +0100)
commitfba98d455a7de1f2ef801d60ae895b173f4738c5
treec64dba94e287a0d8864e3fb7a3f62bb665f0c94c
parent8a56fdadaff912b2f1ad581ac42580945e36a74b
sheepdog: Use BB functions in .bdrv_create()

All users of the block layers are supposed to go through a BlockBackend.
The .bdrv_create() implementation is one such user, so this patch
converts it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/sheepdog.c