mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-24 02:04:14 +03:00
config: version cache: fix ordering of datastore generation increase
Fixes: 118deb4d (pbs-datastore: use ConfigVersionCache for datastore) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c7f7236b88
commit
9f19057036
@ -157,6 +157,6 @@ impl ConfigVersionCache {
|
||||
self.shmem
|
||||
.data()
|
||||
.datastore_generation
|
||||
.fetch_add(1, Ordering::Acquire)
|
||||
.fetch_add(1, Ordering::AcqRel)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user