]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg: Fix incorrect use of __le16/32/64
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 2 Sep 2019 19:25:12 +0000 (21:25 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 5 Sep 2019 08:50:04 +0000 (10:50 +0200)
commitede1e851604bb55db4cc29f56ae9520c5d1ec727
tree9513612220c8b9c2463b1a27047fdeacb02c0485
parent4dd426483294a22f2383aedec14e24ab0bc408c8
msg: Fix incorrect use of __le16/32/64

Use ceph_le16/32/64 instead of __le16/32/64 (which are no-op outside
of kernel code).

Fixes (partially): https://tracker.ceph.com/issues/41605

Signed-off-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
src/msg/async/frames_v2.h
src/msg/msg_types.h