dovecot-2.1: FS layout: Mark memory pool growing to avoid warnin...

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 16 13:08:49 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/103ecbf3d5c7
changeset: 13868:103ecbf3d5c7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 16 13:08:49 2011 +0200
description:
FS layout: Mark memory pool growing to avoid warnings with devel-checks.

diffstat:

 src/lib-storage/list/mailbox-list-fs-iter.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ded89937e98 -r 103ecbf3d5c7 src/lib-storage/list/mailbox-list-fs-iter.c
--- a/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Dec 16 13:08:18 2011 +0200
+++ b/src/lib-storage/list/mailbox-list-fs-iter.c	Fri Dec 16 13:08:49 2011 +0200
@@ -258,7 +258,7 @@
 	struct list_dir_context *dir;
 	pool_t pool;
 
-	pool = pool_alloconly_create("fs iter dir", 256);
+	pool = pool_alloconly_create(MEMPOOL_GROWING"fs iter dir", 256);
 	dir = p_new(pool, struct list_dir_context, 1);
 	dir->pool = pool;
 	dir->storage_name = p_strdup(pool, storage_name);


More information about the dovecot-cvs mailing list