aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-10 08:42:17 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-10 08:42:17 +0000
commit7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (patch)
tree712cd4ab9f596c8a26a62258e9f6360047e529c2 /include/fuse_lowlevel.h
parentbaab587c6d733d8dfbbbe42d9e7187542af434d5 (diff)
downloadlibfuse-7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c.tar.gz
add documentation
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index 02e3806..93712f5 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -412,6 +412,9 @@ struct fuse_lowlevel_ops {
* Since file descriptors can be duplicated (dup, dup2, fork), for
* one open call there may be many flush calls.
*
+ * Filesystems shouldn't assume that flush will allways be called
+ * after some writes, or that if will be called at all.
+ *
* fi->fh will contain the value set by the open method, or will
* be undefined if the open method didn't set any value.
*