thp: remove assumptions on pgtable_t type
[deliverable/linux.git] / include / linux / posix_acl.h
index 11bad91c443391d82521cfa1a48153d81e0a7034..7931efe7117553d00a920cfd4aef757f72578658 100644 (file)
 struct posix_acl_entry {
        short                   e_tag;
        unsigned short          e_perm;
-       unsigned int            e_id;
+       union {
+               kuid_t          e_uid;
+               kgid_t          e_gid;
+#ifndef CONFIG_UIDGID_STRICT_TYPE_CHECKS
+               unsigned int    e_id;
+#endif
+       };
 };
 
 struct posix_acl {
This page took 0.040639 seconds and 5 git commands to generate.