]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
bluestore: Fix incorrect use of __le16/32/64
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 2 Sep 2019 19:26:16 +0000 (21:26 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Thu, 5 Sep 2019 08:50:04 +0000 (10:50 +0200)
commitec84342fd8a2667646f1fe689a23af70fc7ed32a
treee146560d5a547cb8b0a01a3b8497d406359205d3
parent62def3ec70434694fcf918c00666ba0e5f9325c2
bluestore: 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/os/bluestore/BlueStore.cc
src/os/bluestore/bluestore_types.h