diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/src/glfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c index f4a8e082f51..f26affbd475 100644 --- a/api/src/glfs.c +++ b/api/src/glfs.c @@ -829,8 +829,7 @@ pub_glfs_new(const char *volname) * Do this as soon as possible in case something else depends on * pool allocations. */ - mem_pools_init_early(); - mem_pools_init_late(); + mem_pools_init(); fs = glfs_new_fs(volname); if (!fs) |