some questions about ACL implementation

2003-03-18 Thread ouyang kai
Hi, robert I am reading the ACL implementation based FreeBSD5.0 release. I have some problems, please help. 1. the 'extattrctl initattr -p / 388 posix1e.acl_access' command: why the size is 388. the 'ufs_extattr_header' size is 12 and the 'acl' is 324, so the sum is 336. 2. what is the

Re: some questions about ACL implementation

2003-03-18 Thread Nikolay Y. Orlyuk
On Tue, Mar 18, 2003 at 08:19:15PM +0800, ouyang kai wrote: 1. the 'extattrctl initattr -p / 388 posix1e.acl_access' command: why the size is 388. the 'ufs_extattr_header' size is 12 and the 'acl' is 324, so the sum is 336. Maybe each some structs isn't packed. I mean when you compile it