Hello, I have been playing around with a couple of file-system kexts to understanding the workings of MacOSX VFS. I found that I could *kextunload* a mounted filesystem. Extra research indicated that, even though vfs_refcount is maintained correctly by the vfs infrastructure, the vfsconf_del doesn't actually check the value before deleting the vfsconf! I also noticed that, unless I maintained my own pointer, there was no interface to retrieve the vfsconf. Is there a reason for this... or is it just an incomplete implementation (or bug)? -- Wally Crooze +-------------------------------------------------------+ | ,-_|\ Wally Crooze <wallycrooze@pobox.com> | | / \ | | \_,-._/ | | v | +-------------------------------------------------------+ _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.