summaryrefslogtreecommitdiff
path: root/fs/dlm/rcom.c
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2022-04-04 23:06:38 +0300
committerDavid Teigland <teigland@redhat.com>2022-04-06 22:02:24 +0300
commitd9efd005fdd1d3f7ac2b9aaec025d58343d2ba45 (patch)
tree755972aec6303d3c8801bfce1e55ed982e94fc2c /fs/dlm/rcom.c
parenta8449f232ee316208185ef7fbedc4a2c48da2a34 (diff)
downloadlinux-d9efd005fdd1d3f7ac2b9aaec025d58343d2ba45.tar.xz
dlm: use __le types for options header
This patch changes to use __le types directly in the dlm option headers structures which are casted at the right dlm message buffer positions. Currently only midcomms.c using those headers which already was calling endian conversions on-the-fly without using in/out functionality like other endianness handling in dlm. Using __le types now will hopefully get useful warnings in future if we do comparison against host byte order values. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/rcom.c')
0 files changed, 0 insertions, 0 deletions