Re: [PATCH v2 5/7] block/block-copy: rename start to offset in interfaces

2020-02-07 Thread Max Reitz
On 27.11.19 19:08, Vladimir Sementsov-Ogievskiy wrote: > offset/bytes pair is more usual naming in block layer, let's use it. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/block/block-copy.h | 2 +- > block/block-copy.c | 80 +++--- > 2

Re: [PATCH v2 5/7] block/block-copy: rename start to offset in interfaces

2020-01-29 Thread Andrey Shinkevich
On 27/11/2019 21:08, Vladimir Sementsov-Ogievskiy wrote: > offset/bytes pair is more usual naming in block layer, let's use it. more common ... than start/end (or start/bytes) ... > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/block/block-copy.h | 2 +- > block/block-copy

[PATCH v2 5/7] block/block-copy: rename start to offset in interfaces

2019-11-27 Thread Vladimir Sementsov-Ogievskiy
offset/bytes pair is more usual naming in block layer, let's use it. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/block-copy.h | 2 +- block/block-copy.c | 80 +++--- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/includ