mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #38735 from changchengx/pwl_load_existing_cache
librbd/cache/pwl: correct update previous_sync_point_entry Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
20141ed67b
2
src/librbd/cache/pwl/AbstractWriteLog.cc
vendored
2
src/librbd/cache/pwl/AbstractWriteLog.cc
vendored
@ -465,11 +465,11 @@ void AbstractWriteLog<I>::update_sync_points(std::map<uint64_t, bool> &missing_s
|
||||
ceph_assert(previous_sync_point_entry->prior_sync_point_flushed);
|
||||
ceph_assert(previous_sync_point_entry->writes == previous_sync_point_entry->writes_flushed);
|
||||
}
|
||||
previous_sync_point_entry = sync_point_entry;
|
||||
} else {
|
||||
/* There are no previous sync points, so we'll consider them flushed */
|
||||
sync_point_entry->prior_sync_point_flushed = true;
|
||||
}
|
||||
previous_sync_point_entry = sync_point_entry;
|
||||
ldout(m_image_ctx.cct, 10) << "Loaded to sync point=[" << *sync_point_entry << dendl;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user