Commit f9fd27a2 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] acl endianess annotations

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 30aaa808
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
#define ACL_UNDEFINED_ID (-1) #define ACL_UNDEFINED_ID (-1)
typedef struct { typedef struct {
__u16 e_tag; __le16 e_tag;
__u16 e_perm; __le16 e_perm;
__u32 e_id; __le32 e_id;
} posix_acl_xattr_entry; } posix_acl_xattr_entry;
typedef struct { typedef struct {
__u32 a_version; __le32 a_version;
posix_acl_xattr_entry a_entries[0]; posix_acl_xattr_entry a_entries[0];
} posix_acl_xattr_header; } posix_acl_xattr_header;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment