vserver 1.9.3
[linux-2.6.git] / fs / ext3 / acl.h
index 9d9d9d2..f83830d 100644 (file)
 #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)