]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls: replace __le{32,64} types by their Ceph counterparts 37077/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 19 Sep 2020 21:57:18 +0000 (23:57 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 20 Sep 2020 10:43:25 +0000 (12:43 +0200)
commitce478ce5c66afac050ca58fb86fb4d55618582b6
treebe36e2de02b70cd38ddedacb950f9e062eb0dc86
parentebdb8e56e55488bf2280b4da6c370936940ee554
cls: replace __le{32,64} types by their Ceph counterparts

__le* types are not avaialble on FreeBSD, so that is fixed.

And replacing __le* with ceph_le* is possible as long as
the variables are not using in kernel related parts.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/cls/fifo/cls_fifo.cc