projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30aaa80
)
[PATCH] acl endianess annotations
author
Christoph Hellwig
<hch@lst.de>
Thu, 23 Jun 2005 07:10:19 +0000
(
00:10
-0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:33 +0000
(09:45 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/posix_acl_xattr.h
patch
|
blob
|
history
diff --git
a/include/linux/posix_acl_xattr.h
b/include/linux/posix_acl_xattr.h
index 5efd0a6dad9490730260cf9d44fdb0ec216f855e..fe271c1947b205a0d070ef4d39b2b27da75e11d3 100644
(file)
--- a/
include/linux/posix_acl_xattr.h
+++ b/
include/linux/posix_acl_xattr.h
@@
-23,13
+23,13
@@
#define ACL_UNDEFINED_ID (-1)
typedef struct {
- __
u16
e_tag;
- __
u16
e_perm;
- __
u32
e_id;
+ __
le16
e_tag;
+ __
le16
e_perm;
+ __
le32
e_id;
} posix_acl_xattr_entry;
typedef struct {
- __
u32
a_version;
+ __
le32
a_version;
posix_acl_xattr_entry a_entries[0];
} posix_acl_xattr_header;