Nevermind -- create() should behave as an open(O_WRONLY|O_TRUNC| O_CREAT) and should not return EEXIST.
Sorry for the noise. Frank On Aug 30, 5:58 pm, Frank Zerangue <[email protected]> wrote: > A question for the mac-fuse experts out there. > > If my user mode file system returns an -EEXIST in the fuse_operations::create > operation, the operation is retried indefinitely. > > (1) Can anyone tell me if these retries are controlled by Mac OS X or > mac-fuse? > (2) Is EEXIST the wrong error return value if the file already exists? > > Thanks, > Frank -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
