Hi On Thu, May 5, 2011 at 1:29 AM, alx <[email protected]> wrote: > Hello, > > I'm currently working on a filesystem using the objc sdk (to learn/get > comfortable with objc). > > I've noticed that some "features" of a filesystem are not available > via the objc sdk. > > That's why I've build a small patch to fix that. (patched against > 2.1.9, but works also great on the git repo) > > The defines are made so that a filesystem can "see" if those additions > are supported, and skip if they don't. I'm unsure whether this is the > best way or if there is another one. > > Anyway it's great that macfuse now goes ahead (new repo and so on). > > I think the "TODO: NSFileSystemNumber? Or does fuse do that for us?" > note can be deleted, because you can either specify the inode and the > option "use_ino" (which I do now) or don't and fuse will create those > for you.
Great to hear it. Don't you mind fork this repo https://github.com/anatol/macfuse, apply your patches, test it and send me a pull request? Later I'll push these changes to the main repository. Thanks. -- 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.
