dovecot-2.2: lib-fs: fs-posix needs to return FS_PROPERTY_DIRECT...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 17 21:14:51 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/87b22053f4cb
changeset: 18262:87b22053f4cb
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 17 23:13:22 2015 +0200
description:
lib-fs: fs-posix needs to return FS_PROPERTY_DIRECTORIES

diffstat:

 src/lib-fs/fs-posix.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r d7d35fd179e8 -r 87b22053f4cb src/lib-fs/fs-posix.c
--- a/src/lib-fs/fs-posix.c	Tue Feb 17 23:13:00 2015 +0200
+++ b/src/lib-fs/fs-posix.c	Tue Feb 17 23:13:22 2015 +0200
@@ -133,7 +133,8 @@
 static enum fs_properties fs_posix_get_properties(struct fs *fs ATTR_UNUSED)
 {
 	return FS_PROPERTY_LOCKS | FS_PROPERTY_FASTCOPY | FS_PROPERTY_RENAME |
-		FS_PROPERTY_STAT | FS_PROPERTY_ITER | FS_PROPERTY_RELIABLEITER;
+		FS_PROPERTY_STAT | FS_PROPERTY_ITER | FS_PROPERTY_RELIABLEITER |
+		FS_PROPERTY_DIRECTORIES;
 }
 
 static int fs_posix_mkdir_parents(struct posix_fs *fs, const char *path)


More information about the dovecot-cvs mailing list