Re: getattrlist needed for Darwin 8?
Re: getattrlist needed for Darwin 8?
- Subject: Re: getattrlist needed for Darwin 8?
- From: Mike Smith <email@hidden>
- Date: Sun, 19 Jun 2005 13:28:51 -0700
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden