From 63b8c1c99797322bb873803b0296ac302d5de4d2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 3 Jun 2004 14:45:04 +0000 Subject: cache ENOSYS on some optional functions --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') 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 *); -- cgit v1.2.3