aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
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 {