]> Git Repo - qemu.git/commit - block/rbd.c
block: change variable names in BlockDriverState
authorManos Pitsidianakis <[email protected]>
Fri, 9 Jun 2017 10:18:08 +0000 (13:18 +0300)
committerMax Reitz <[email protected]>
Mon, 26 Jun 2017 12:54:46 +0000 (14:54 +0200)
commitf5a5ca796932d04cb2a1cb9382a55f72795b3e06
tree4a34a4deddf9ab05de27ea83df28bcc03498fdc4
parentc5f1ad429cdf26023cf331075a7d327708e3db6d
block: change variable names in BlockDriverState

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 <[email protected]>
Message-id: 20170609101808[email protected]
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
18 files changed:
block/blkdebug.c
block/blkreplay.c
block/block-backend.c
block/file-posix.c
block/io.c
block/iscsi.c
block/mirror.c
block/nbd-client.c
block/nbd-client.h
block/qcow2.c
block/qed.c
block/raw-format.c
block/rbd.c
block/sheepdog.c
include/block/block.h
include/block/block_int.h
include/sysemu/block-backend.h
qemu-io-cmds.c
This page took 0.028178 seconds and 4 git commands to generate.