aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-10-10 08:42:17 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-10-10 08:42:17 +0000
commit7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (patch)
tree712cd4ab9f596c8a26a62258e9f6360047e529c2 /include/fuse.h
parentbaab587c6d733d8dfbbbe42d9e7187542af434d5 (diff)
add documentation
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 84c0341..d16135e 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -185,6 +185,9 @@ struct fuse_operations {
* should be treated equally. Multiple write-flush sequences are
* relatively rare, so this shouldn't be a problem.
*
+ * Filesystems shouldn't assume that flush will allways be called
+ * after some writes, or that if will be called at all.
+ *
* Changed in version 2.2
*/
int (*flush) (const char *, struct fuse_file_info *);