aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-01-25 02:34:00 -0500
committerDavid Teigland <teigland@redhat.com>2008-02-04 02:23:43 -0500
commit93ff2971e99c90d1c4d39d242ef6050d2dc853d3 (patch)
tree215da29d7087d4b3875285b85043056397dd050b /fs/dlm/dlm_internal.h
parent163a1859ec6c4c33547bf4613efabf52031566aa (diff)
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 {
410}; 410};
411 411
412struct rcom_config { 412struct rcom_config {
413 uint32_t rf_lvblen; 413 __le32 rf_lvblen;
414 uint32_t rf_lsflags; 414 __le32 rf_lsflags;
415 uint64_t rf_unused; 415 __le64 rf_unused;
416}; 416};
417 417
418struct rcom_lock { 418struct rcom_lock {