site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Jun 18, 2005, at 3:22 PM, Brian Bergstrand wrote: Our filesystem implemented getattrlist under Darwin 7 to return some Volume information -- if the node was not the root we just returned ENOTSUP. Now under Darwin 8 there is getattr at the VFS level and it looks to handle all the stuff that getattrlist used to. So is getattrlist needed anymore? Will old userland clients be shunted through getattr as necessary? The VFS uses the VFS_GETATTR call for volume information, and VNOP_GETATTR for vnode information. The getattrlist(2) syscall is backed by these, and the old VOP_GETATTRLIST is not used. = Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com