]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Wed, 2 Oct 2019 16:30:23 +0000 (18:30 +0200)
commit0fb4d226d989d4ce3e623d098a517c12cb7c373a
tree941344247a91b010019850c72713f8320ab016e0
parent8b79e422e4e7be38ec1c0de760c8ad2340168015
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>
(cherry picked from commit ede1e851604bb55db4cc29f56ae9520c5d1ec727)
Changes from cherry-picked commit:
- Additional changes in src/msg/xio/XioMsg.h were necessary
  (the file was deleted in mainline).
Signed-off-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
src/msg/async/frames_v2.h
src/msg/msg_types.h
src/msg/xio/XioMsg.h