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

2017-06-14 Thread Max Reitz
On 2017-06-09 12:18, Manos Pitsidianakis wrote: > Change the 'int count' parameter in *pwrite_zeros, *pdiscard related > functions (and some others) to 'int bytes', as they both refer to bytes. > This helps with code legibility. > > Signed-off-by: Manos Pitsidianakis > --- > block/blkdebug.c

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

2017-06-12 Thread Stefan Hajnoczi
On Fri, Jun 09, 2017 at 01:18:08PM +0300, Manos Pitsidianakis wrote: > Change the 'int count' parameter in *pwrite_zeros, *pdiscard related > functions (and some others) to 'int bytes', as they both refer to bytes. > This helps with code legibility. > > Signed-off-by: Manos Pitsidianakis > --- P

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

2017-06-09 Thread Manos Pitsidianakis
Change the 'int count' parameter in *pwrite_zeros, *pdiscard related functions (and some others) to 'int bytes', as they both refer to bytes. This helps with code legibility. Signed-off-by: Manos Pitsidianakis --- block/blkdebug.c | 36 +++ block/blkrepl