Re: [PATCH 11/12] block-backend: blk_pread, blk_pwrite: rename count parameter to bytes

2021-10-06 Thread Eric Blake
On Wed, Oct 06, 2021 at 03:17:17PM +0200, Vladimir Sementsov-Ogievskiy wrote: > To be consistent with declarations in include/sysemu/block-backend.h. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/block-backend.c | 16 > 1 file changed, 8 insertions(+), 8 deletion

[PATCH 11/12] block-backend: blk_pread, blk_pwrite: rename count parameter to bytes

2021-10-06 Thread Vladimir Sementsov-Ogievskiy
To be consistent with declarations in include/sysemu/block-backend.h. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/block-backend.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/block/block-backend.c b/block/block-backend.c index ef0f65be4b..e2b363f