diff options
author | Peter Xu <peterx@redhat.com> | 2019-06-03 14:50:46 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2019-07-15 15:39:02 +0200 |
commit | 267691b65cf7167881609dde1e50a4aafd86af08 (patch) | |
tree | d1073f21fdecb2edab3913d2d75f78ae5fa9879c /memory.c | |
parent | 422314e751ba071ca92152a544c0656882e5acde (diff) |
migration: No need to take rcu during sync_dirty_bitmap
cpu_physical_memory_sync_dirty_bitmap() has one RAMBlock* as
parameter, which means that it must be with RCU read lock held
already. Taking it again inside seems redundant. Removing it.
Instead comment on the functions about the RCU read lock.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20190603065056.25211-2-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'memory.c')
0 files changed, 0 insertions, 0 deletions