block/export: Move blk to BlockExport
authorKevin Wolf <kwolf@redhat.com>
Thu, 24 Sep 2020 15:27:08 +0000 (17:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Oct 2020 13:46:40 +0000 (15:46 +0200)
commit37a4f70cea72a38fe981cbff517c222cefa46f21
tree1551ddfb797090c1238e60b86aaed8921f73f02f
parent1a9f7a804f52caee6bc6769a8bb0a018e6c8ec81
block/export: Move blk to BlockExport

Every block export has a BlockBackend representing the disk that is
exported. It should live in BlockExport therefore.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200924152717.287415-23-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/export/export.c
include/block/export.h
nbd/server.c