summaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
authorAl Viro2008-01-25 08:34:00 +0100
committerDavid Teigland2008-02-04 08:23:43 +0100
commit93ff2971e99c90d1c4d39d242ef6050d2dc853d3 (patch)
tree215da29d7087d4b3875285b85043056397dd050b /fs/dlm/dlm_internal.h
parentdlm: do not byteswap rcom_lock (diff)
downloadkernel-qcow2-linux-93ff2971e99c90d1c4d39d242ef6050d2dc853d3.tar.gz
kernel-qcow2-linux-93ff2971e99c90d1c4d39d242ef6050d2dc853d3.tar.xz
kernel-qcow2-linux-93ff2971e99c90d1c4d39d242ef6050d2dc853d3.zip
dlm: do not byteswap rcom_config
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r--fs/dlm/dlm_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h
index e73b988995f5..187a5b5b28b6 100644
--- a/fs/dlm/dlm_internal.h
+++ b/fs/dlm/dlm_internal.h
@@ -410,9 +410,9 @@ union dlm_packet {
};
struct rcom_config {
- uint32_t rf_lvblen;
- uint32_t rf_lsflags;
- uint64_t rf_unused;
+ __le32 rf_lvblen;
+ __le32 rf_lsflags;
+ __le64 rf_unused;
};
struct rcom_lock {