vserver 1.9.3
[linux-2.6.git] / fs / ext2 / acl.h
index 01937da..b0a1c4b 100644 (file)
 #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)