On 21.01.22 18:05, Emanuele Giuseppe Esposito wrote:
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 <eespo...@redhat.com>
---
  block.c                            |  2 +-
  block/block-backend.c              |  2 +-
  hw/block/pflash_cfi01.c            |  2 +-
  hw/nvram/spapr_nvram.c             |  2 +-
  include/block/block-global-state.h |  2 +-
  include/sysemu/block-backend-io.h  |  2 +-
  migration/block.c                  |  2 +-
  migration/migration.c              | 10 +++++-----
  migration/savevm.c                 |  4 ++--
  monitor/qmp-cmds.c                 |  2 +-
  tests/unit/test-block-iothread.c   |  6 +++---
  11 files changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Hanna Reitz <hre...@redhat.com>


Reply via email to