xattr_acl.c文件 对该文件中的一些核心代码进行注释如下: 1 posix_acl_from_xattr() struct posix_acl* posix_acl_from_xattr(constvoid *value, size_t size) { posix_acl_xattr_header*header = (posix_acl_xattr_header*)value; posix_acl_xattr_entry*entry = (posix_acl_xattr_entry*)(header 1), *end; int count; struct posix_acl_entry*acl_e; /* 判断参数的合法性 */ if (!value) return NULL; if (size |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|