[dovecot-cvs] dovecot/src/master mail-process.c,1.112,1.113
tss at dovecot.org
tss at dovecot.org
Thu Jan 25 13:52:40 UTC 2007
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv12499
Modified Files:
mail-process.c
Log Message:
fsync_disable wasn't sent to mail processes
Index: mail-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- mail-process.c 24 Jan 2007 17:39:11 -0000 1.112
+++ mail-process.c 25 Jan 2007 13:52:38 -0000 1.113
@@ -231,6 +231,8 @@
env_put("MMAP_NO_WRITE=1");
if (set->dotlock_use_excl)
env_put("DOTLOCK_USE_EXCL=1");
+ if (set->fsync_disable)
+ env_put("FSYNC_DISABLE=1");
if (set->maildir_stat_dirs)
env_put("MAILDIR_STAT_DIRS=1");
if (set->maildir_copy_with_hardlinks)
More information about the dovecot-cvs
mailing list