s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g

This commit is contained in:
Jason Evans
2016-06-01 12:10:39 -07:00
parent 4a55daa363
commit 0c4932eb1e
8 changed files with 55 additions and 44 deletions

View File

@@ -1232,6 +1232,8 @@ malloc_init_hard_a0_locked()
return (true);
if (chunk_boot())
return (true);
if (extent_boot())
return (true);
if (ctl_boot())
return (true);
if (config_prof)