Re: [Qemu-devel] [PATCH] block: change variable names in BlockDriverState

2017-06-08 Thread Stefan Hajnoczi
On Thu, Jun 08, 2017 at 01:43:16AM +0300, Manos Pitsidianakis wrote: > Change the 'int count' parameter in bdrv_co_pwrite_zeros and > bdrv_co_pdiscard to 'int bytes', as they both refer to bytes. > This helps with code legibility. > > Signed-off-by: Manos Pitsidianakis >

[Qemu-devel] [PATCH] block: change variable names in BlockDriverState

2017-06-07 Thread Manos Pitsidianakis
Change the 'int count' parameter in bdrv_co_pwrite_zeros and bdrv_co_pdiscard to 'int bytes', as they both refer to bytes. This helps with code legibility. Signed-off-by: Manos Pitsidianakis --- include/block/block_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2