From: Christoph Hellwig <hch@lst.de>
To: agruen@suse.de, akpm@osdl.org
Cc: linux-fsdevel@vger.kernel.org
Subject: [PATCH] acl endianess annotations
Date: Thu, 9 Jun 2005 18:26:57 +0200 [thread overview]
Message-ID: <20050609162657.GA13594@lst.de> (raw)
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;
reply other threads:[~2005-06-09 16:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050609162657.GA13594@lst.de \
--to=hch@lst.de \
--cc=agruen@suse.de \
--cc=akpm@osdl.org \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).