Emap: Move edata modification out of emap_remap.

This commit is contained in:
David Goldblatt 2020-03-13 18:34:46 -07:00 committed by David Goldblatt
parent 12eb888e54
commit dfef0df71a
4 changed files with 6 additions and 3 deletions

View file

@ -487,6 +487,7 @@ extent_split_interior(tsdn_t *tsdn, pa_shard_t *shard, ehooks_t *ehooks,
}
if (leadsize == 0 && trailsize == 0) {
edata_szind_set(*edata, szind);
emap_remap(tsdn, &emap_global, *edata, szind, slab);
}