PA->PAC: Move in extent_sn.

This commit is contained in:
David Goldblatt
2020-06-01 18:01:19 -07:00
committed by David Goldblatt
parent 7391382349
commit dee5d1c42d
7 changed files with 16 additions and 17 deletions

View File

@@ -49,6 +49,7 @@ pac_init(tsdn_t *tsdn, pac_t *pac, unsigned ind, emap_t *emap,
pac->edata_cache = edata_cache;
pac->stats = pac_stats;
pac->stats_mtx = stats_mtx;
atomic_store_zu(&pac->extent_sn_next, 0, ATOMIC_RELAXED);
return false;
}