]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/CMakeLists.txt: undubble kv.cc usage. 10517/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 31 Aug 2016 09:23:06 +0000 (11:23 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 31 Aug 2016 09:23:06 +0000 (11:23 +0200)
 - 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 <wjw@digiware.nl>
src/os/CMakeLists.txt

index ac3e809181be3f3dc32dc74fa4c35fd7db1cfb3b..82ed9faf66b47e3fa7e667acdd943cafcb97bc76 100644 (file)
@@ -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