Update OCF

Remove metadata updater
Update mpool API

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
Kozlowski Mateusz
2021-06-21 16:45:21 +02:00
parent 877772734e
commit 647124895f
9 changed files with 8 additions and 95 deletions

View File

@@ -174,7 +174,7 @@ err:
return NULL;
}
env_allocator *env_allocator_create(uint32_t size, const char *name)
env_allocator *env_allocator_create(uint32_t size, const char *name, bool zero)
{
return env_allocator_create_extended(size, name, -1);
}