open() API documentation update (Nikolaus Rath)

master
szaka 2008-07-10 22:30:35 +00:00
parent e21cfaa809
commit ff1e14e4fb
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,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.