aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-06-03 14:45:04 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-06-03 14:45:04 +0000
commit63b8c1c99797322bb873803b0296ac302d5de4d2 (patch)
tree0ed50a9e1a1e0bd45e2c47aa49fc26aec0e56e30 /include/fuse.h
parentff8753578ac425bf64502f6b26c85c5a4cb0d17b (diff)
cache ENOSYS on some optional functions
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index e3e4333..d298cb3 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -103,7 +103,7 @@ typedef int (*fuse_dirfil_t) (fuse_dirh_t h, const char *name, int type);
* then set the callback pointer to NULL.
*
* - fsync() has a boolean 'datasync' parameter which if TRUE then do
- * an fdatasync() operation.
+ * an fdatasync() operation. Implementing this call is optional.
*/
struct fuse_operations {
int (*getattr) (const char *, struct stat *);