]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
include/interval_set: use template as the 2nd template parameter
authorKefu Chai <kchai@redhat.com>
Sun, 5 Jul 2020 07:41:10 +0000 (15:41 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 5 Jul 2020 13:23:01 +0000 (21:23 +0800)
commiteef17d68ad6ef2e35f95c134376cf72b9f327676
treedc60d5b361f734e7d24d02af60d794d6148f9c6a
parenta67d003e93ae49fd156136e88d17c42b30d82abe
include/interval_set: use template as the 2nd template parameter

to avoid repeating the unit for the interval in the internal map's
parameter.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/interval_set.h
src/os/bluestore/StupidAllocator.h
src/osd/osd_types.h
src/test/common/test_interval_set.cc