]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/types.h: FreeBSD does not do BLueStore atm.
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 18 May 2016 12:16:17 +0000 (14:16 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 25 May 2016 10:13:00 +0000 (12:13 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/encoding/types.h

index 22919bd970f1a324892fe6c0f63a11d9c2ed6a28..860cc87391cb046af59a846e07a4c607706a3cb9 100644 (file)
@@ -114,6 +114,7 @@ TYPE(ObjectStore::Transaction)
 #include "os/filestore/SequencerPosition.h"
 TYPE(SequencerPosition)
 
+#if !defined(__FreeBSD__)
 #include "os/bluestore/bluestore_types.h"
 TYPE(bluestore_cnode_t)
 TYPE(bluestore_extent_t)
@@ -122,6 +123,7 @@ TYPE(bluestore_overlay_t)
 TYPE(bluestore_onode_t)
 TYPE(bluestore_wal_op_t)
 TYPE(bluestore_wal_transaction_t)
+#endif
 
 #include "common/hobject.h"
 TYPE(hobject_t)