X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fext3%2Facl.h;h=f83830d44d204dd5b6183c4c7827b9d0e027b1ab;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9d9d9d2e4a0c8bd47628bc8d7273e08aa9d5831d;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/ext3/acl.h b/fs/ext3/acl.h index 9d9d9d2e4..f83830d44 100644 --- a/fs/ext3/acl.h +++ b/fs/ext3/acl.h @@ -10,18 +10,18 @@ #define EXT3_ACL_MAX_ENTRIES 32 typedef struct { - __u16 e_tag; - __u16 e_perm; - __u32 e_id; + __le16 e_tag; + __le16 e_perm; + __le32 e_id; } ext3_acl_entry; typedef struct { - __u16 e_tag; - __u16 e_perm; + __le16 e_tag; + __le16 e_perm; } ext3_acl_entry_short; typedef struct { - __u32 a_version; + __le32 a_version; } ext3_acl_header; static inline size_t ext3_acl_size(int count)