From: Igor Fedotov Date: Mon, 13 Apr 2020 13:17:40 +0000 (+0300) Subject: crimson: add HybridAllocator to alienstore build. X-Git-Tag: v15.2.4~7^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=446d0b2d0e2b0efca39cc56dfa0ba4c4bc6ce6f2;p=ceph.git crimson: add HybridAllocator to alienstore build. Signed-off-by: Igor Fedotov (cherry picked from commit 28c8e6e64355622f2f5f95ceccbb7ae3ec51a7ab) --- diff --git a/src/crimson/os/alienstore/CMakeLists.txt b/src/crimson/os/alienstore/CMakeLists.txt index a0fbeef131fb..1d06ce6eea6c 100644 --- a/src/crimson/os/alienstore/CMakeLists.txt +++ b/src/crimson/os/alienstore/CMakeLists.txt @@ -36,6 +36,7 @@ list(APPEND crimson_alien_srcs ${PROJECT_SOURCE_DIR}/src/os/bluestore/bluestore_types.cc ${PROJECT_SOURCE_DIR}/src/os/bluestore/fastbmap_allocator_impl.cc ${PROJECT_SOURCE_DIR}/src/os/bluestore/FreelistManager.cc + ${PROJECT_SOURCE_DIR}/src/os/bluestore/HybridAllocator.cc ${PROJECT_SOURCE_DIR}/src/os/bluestore/io_uring.cc ${PROJECT_SOURCE_DIR}/src/os/bluestore/StupidAllocator.cc ${PROJECT_SOURCE_DIR}/src/os/bluestore/BitmapAllocator.cc)