From: Willem Jan Withagen Date: Wed, 31 Aug 2016 09:23:06 +0000 (+0200) Subject: os/CMakeLists.txt: undubble kv.cc usage. X-Git-Tag: v11.0.1~339^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=148fb82a79fc33522bd062d266d3005941e4af93;p=ceph.git 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 --- diff --git a/src/os/CMakeLists.txt b/src/os/CMakeLists.txt index ac3e809181be..82ed9faf66b4 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