summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs.c')
-rw-r--r--api/src/glfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c
index 9e8e8d7640f..6d03aaa9b69 100644
--- a/api/src/glfs.c
+++ b/api/src/glfs.c
@@ -749,7 +749,8 @@ pub_glfs_new (const char *volname)
* Do this as soon as possible in case something else depends on
* pool allocations.
*/
- mem_pools_init ();
+ mem_pools_init_early ();
+ mem_pools_init_late ();
fs = glfs_new_fs (volname);
if (!fs)