API doc update by Nikolaus Rath
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Jul 2008 17:05:01 +0000 (17:05 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Jul 2008 17:05:01 +0000 (17:05 +0000)
include/fuse.h

index 384a7b4a4915abcf41fa51b7374137a85bd510d5..7df2a6fb5dea602329e249d3e89f6089769326e8 100644 (file)
@@ -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.