From 4283ee7760e3fd5146750fc6f039c7db1504e742 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 21 Mar 2005 12:09:04 +0000 Subject: fix --- include/fuse.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index df6149f..5e5cd45 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -250,6 +250,14 @@ struct fuse_operations { */ int (*opendir) (const char *, struct fuse_file_info *); + /** Synchronize directory contents + * + * If the datasync parameter is non-zero, then only the user data + * should be flushed, not the meta data. The fuse_file_info + * parameter is currently unused + */ + int (*fsyncdir) (const char *, int, struct fuse_file_info *); + /** * Initialize filesystem * -- cgit v1.2.3