vserver 2.0 rc7
[linux-2.6.git] / include / linux / reiserfs_acl.h
index a57e973..2aef9c3 100644 (file)
@@ -5,18 +5,18 @@
 #define REISERFS_ACL_VERSION   0x0001
 
 typedef struct {
-       __u16           e_tag;
-       __u16           e_perm;
-       __u32           e_id;
+       __le16          e_tag;
+       __le16          e_perm;
+       __le32          e_id;
 } reiserfs_acl_entry;
 
 typedef struct {
-       __u16           e_tag;
-       __u16           e_perm;
+       __le16          e_tag;
+       __le16          e_perm;
 } reiserfs_acl_entry_short;
 
 typedef struct {
-       __u32           a_version;
+       __le32          a_version;
 } reiserfs_acl_header;
 
 static inline size_t reiserfs_acl_size(int count)