]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: resolve type mismatches on 32 bit archs 34167/head
authorJames Page <james.page@ubuntu.com>
Wed, 25 Mar 2020 09:03:28 +0000 (09:03 +0000)
committerJames Page <james.page@ubuntu.com>
Thu, 26 Mar 2020 15:57:25 +0000 (15:57 +0000)
commitb4c08b2b3af1874a7ede772673f11160321d447f
tree508a39e36f2aa5e536b884bc45767cb552223545
parent6b07563816d7affc0e85314dc0b81921bfc175aa
mds: resolve type mismatches on 32 bit archs

Ensure that size_t is cast to uint64_t on 32 bit architectures
to avoid compilation failures due mismatches between uint64_t
and size_t.

Signed-off-by: James Page <james.page@ubuntu.com>
src/mds/PurgeQueue.cc