Re: Directories appearing as volume aliases in 10.3 Finder
Implementing vop_getattrlist() seems to be helping. At the moment I'm not doing much that's useful in there, but it's enough to force Open/Save dialogs to do lstats and trust them. Next I'll return stat information from vop_getattrlist() to remove the need for all the lstats. After that I'll implement vop_readdirattr() to return everything in one hit. Hopefully after that the sluggishness in the Open/Save dialog will be history. I get the impression that 10.3 wasn't tested very well/at all on file systems that didn't support vop_getattrlist(). Of course we could have helped out there, but we weren't in a position to port to Panther until recently! Sam _______________________________________________ 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.
participants (1)
-
Sam Vaughan