dovecot-2.2: lib-master: Ignore mountpoints with type cgroup.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 8 14:49:26 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/b9758a044222
changeset: 16250:b9758a044222
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 08 14:49:07 2013 +0300
description:
lib-master: Ignore mountpoints with type cgroup.
diffstat:
src/lib-master/mountpoint-list.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r db5ce75d70b9 -r b9758a044222 src/lib-master/mountpoint-list.c
--- a/src/lib-master/mountpoint-list.c Mon Apr 08 14:43:09 2013 +0300
+++ b/src/lib-master/mountpoint-list.c Mon Apr 08 14:49:07 2013 +0300
@@ -39,6 +39,7 @@
"rpc_pipefs", /* Linux */
"fusectl", /* Linux */
"nfsd", /* Linux */
+ "cgroup", /* Linux */
"binfmt_misc", /* Linux */
"devfs", /* Solaris, OSX, BSD */
"ctfs", /* Solaris */
More information about the dovecot-cvs
mailing list