Re: [zfs-discuss] Query related to ZFS Extended Attributes

2007-12-17 Thread Darren J Moffat
sudarshan sridhar wrote: > I would like to know the method of getting/setting Extended Attributes > (EAs) for files and directoreis. From an application layer openat(2). > Also I would like to know is there any difference in getting/setting EAs > from UFS filesystem ?. I mean can we use same

[zfs-discuss] Query related to ZFS Extended Attributes

2007-12-17 Thread sudarshan sridhar
I would like to know the method of getting/setting Extended Attributes (EAs) for files and directoreis. Also I would like to know is there any difference in getting/setting EAs from UFS filesystem ?. I mean can we use same system calls, open, openat etc... to extract EA information? If