From bd46a496c73725b5e46af4e4abccf9e2bca51966 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 23 Nov 2004 18:23:23 +0000 Subject: pool debugging --- lib/format1/import-extents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/format1/import-extents.c') diff --git a/lib/format1/import-extents.c b/lib/format1/import-extents.c index f2287f92..cc644d61 100644 --- a/lib/format1/import-extents.c +++ b/lib/format1/import-extents.c @@ -344,7 +344,7 @@ int import_extents(struct cmd_context *cmd, struct volume_group *vg, struct list *pvds) { int r = 0; - struct pool *scratch = pool_create(10 * 1024); + struct pool *scratch = pool_create("lvm1 import_extents", 10 * 1024); struct hash_table *maps; if (!scratch) { -- cgit