From 148fb82a79fc33522bd062d266d3005941e4af93 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 31 Aug 2016 11:23:06 +0200 Subject: [PATCH] os/CMakeLists.txt: undubble kv.cc usage. - kv.cc is both in bluestore and in kstore. But atm. both are the same - Bluestore is not build on FreeBSD (no AIO) So use the kstore one to be the one to build against. Signed-off-by: Willem Jan Withagen --- src/os/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index ac3e809181be3..82ed9faf66b47 100644 --- a/src/os/CMakeLists.txt +++ b/src/os/CMakeLists.txt @@ -29,7 +29,6 @@ set(libos_srcs if(HAVE_LIBAIO) list(APPEND libos_srcs - bluestore/kv.cc bluestore/Allocator.cc bluestore/BitmapFreelistManager.cc bluestore/BlockDevice.cc -- 2.39.5