]> git.proxmox.com Git - mirror_qemu.git/commit - block/block-backend.c
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invali...
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Wed, 9 Feb 2022 10:54:51 +0000 (05:54 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Mar 2022 17:14:40 +0000 (18:14 +0100)
commit3b71719462b869463e34394e56c74644672c69e5
treee142e7109cfdaf74c8e8cee9828e00d26d3fc071
parenta94750d9567359fb296161cd80afb015ef18193f
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache

Following the bdrv_activate renaming, change also the name
of the respective callers.

bdrv_invalidate_cache_all -> bdrv_activate_all
blk_invalidate_cache -> blk_activate
test_sync_op_invalidate_cache -> test_sync_op_activate

No functional change intended.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220209105452.1694545-5-eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/block-backend.c
hw/block/pflash_cfi01.c
hw/nvram/spapr_nvram.c
include/block/block.h
include/sysemu/block-backend.h
migration/block.c
migration/migration.c
migration/savevm.c
monitor/qmp-cmds.c
tests/unit/test-block-iothread.c