X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext2%2Facl.h;h=b0a1c4b38be7e73ec747607398412cc8955eba9a;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=01937daf1168254057679edfca06082b3fc00513;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/ext2/acl.h b/fs/ext2/acl.h index 01937daf1..b0a1c4b38 100644 --- a/fs/ext2/acl.h +++ b/fs/ext2/acl.h @@ -10,18 +10,18 @@ #define EXT2_ACL_MAX_ENTRIES 32 typedef struct { - __u16 e_tag; - __u16 e_perm; - __u32 e_id; + __le16 e_tag; + __le16 e_perm; + __le32 e_id; } ext2_acl_entry; typedef struct { - __u16 e_tag; - __u16 e_perm; + __le16 e_tag; + __le16 e_perm; } ext2_acl_entry_short; typedef struct { - __u32 a_version; + __le32 a_version; } ext2_acl_header; static inline size_t ext2_acl_size(int count)