diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-07-09 17:05:01 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-07-09 17:05:01 +0000 |
commit | 4bfbd81047cd7db13af86687e53fddb147278189 (patch) | |
tree | 0cb4cbc4b61f09f1f6ad96442ecd50cd89ebd498 | |
parent | c75d6298b4d083b5e8b99117602e75fbe9ddd45b (diff) | |
download | libfuse-4bfbd81047cd7db13af86687e53fddb147278189.tar.gz |
API doc update by Nikolaus Rath
-rw-r--r-- | include/fuse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 384a7b4..7df2a6f 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -142,7 +142,8 @@ struct fuse_operations { /** File open operation * * No creation, or truncation flags (O_CREAT, O_EXCL, O_TRUNC) - * will be passed to open(). Open should check if the operation + * will be passed to open(). Unless the 'default_permissions' + * mount option is given, open should check if the operation * is permitted for the given flags. Optionally open may also * return an arbitrary filehandle in the fuse_file_info structure, * which will be passed to all file operations. |