* [PATCH] acl endianess annotations
@ 2005-06-09 16:26 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2005-06-09 16:26 UTC (permalink / raw)
To: agruen, akpm; +Cc: linux-fsdevel
Signed-off-by: Christoph Hellwig <hch@lst.de>
--- linux/include/linux/posix_acl_xattr.h 2003-12-31 00:58:53.000000000 +0100
+++ linux//include/linux/posix_acl_xattr.h 2005-06-01 13:05:16.000000000 +0200
@@ -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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-09 16:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 16:26 [PATCH] acl endianess annotations Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).