Re: [PATCH v3 9/9] block/block-copy: hide structure definitions

2020-03-10 Thread Max Reitz
On 06.03.20 08:38, Vladimir Sementsov-Ogievskiy wrote: > Hide structure definitions and add explicit API instead, to keep an > eye on the scope of the shared fields. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/block/block-copy.h | 52 +++ > block/b

Re: [PATCH v3 9/9] block/block-copy: hide structure definitions

2020-03-10 Thread Andrey Shinkevich
On 06/03/2020 10:38, Vladimir Sementsov-Ogievskiy wrote: Hide structure definitions and add explicit API instead, to keep an eye on the scope of the shared fields. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/block-copy.h | 52 +++ block/backup-

[PATCH v3 9/9] block/block-copy: hide structure definitions

2020-03-05 Thread Vladimir Sementsov-Ogievskiy
Hide structure definitions and add explicit API instead, to keep an eye on the scope of the shared fields. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/block-copy.h | 52 +++ block/backup-top.c | 6 ++-- block/backup.c | 25 ++