Re: [PATCH v2 7/7] block/block-copy: hide structure definitions

2020-02-19 Thread Vladimir Sementsov-Ogievskiy
17.02.2020 17:04, Max Reitz wrote: On 27.11.19 19:08, 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 | 57 +++

Re: [PATCH v2 7/7] block/block-copy: hide structure definitions

2020-02-17 Thread Max Reitz
On 27.11.19 19:08, 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 | 57 +++-- > block

Re: [PATCH v2 7/7] block/block-copy: hide structure definitions

2020-01-30 Thread Andrey Shinkevich
On 27/11/2019 21:08, 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 | 57 +++-- block/back

[PATCH v2 7/7] block/block-copy: hide structure definitions

2019-11-27 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 | 57 +++-- block/backup-top.c | 6 ++-- block/backup.c | 27