]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: do not cast min_alloc_size to int64_t
authorKefu Chai <kchai@redhat.com>
Wed, 14 Apr 2021 03:25:17 +0000 (11:25 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 15 Apr 2021 04:37:44 +0000 (12:37 +0800)
commit98f0617bd6262e5f6750b88b8f964415e54e56b4
tree7652fc057f1b605518be2a62d5fdea7caf36097f
parent5c243ca419528d2846d25a55a8dc3751fceae04f
os/bluestore: do not cast min_alloc_size to int64_t

as the left-hand operator will be an unsigned integer after the
yaml-to-cxx migration.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/BlueStore.cc