Re: [RFC PATCH 21/22] block/export: Move blk to BlockExport

2020-08-19 Thread Max Reitz
On 13.08.20 18:29, Kevin Wolf wrote: > Every block export has a BlockBackend representing the disk that is > exported. It should live in BlockExport therefore. > > Signed-off-by: Kevin Wolf > --- > include/block/export.h | 3 +++ > block/export/export.c | 3 +++ > nbd/server.c | 44

[RFC PATCH 21/22] block/export: Move blk to BlockExport

2020-08-13 Thread Kevin Wolf
Every block export has a BlockBackend representing the disk that is exported. It should live in BlockExport therefore. Signed-off-by: Kevin Wolf --- include/block/export.h | 3 +++ block/export/export.c | 3 +++ nbd/server.c | 44 ++ 3 files c