From: Willem Jan Withagen Date: Wed, 18 May 2016 12:16:17 +0000 (+0200) Subject: test/encoding/types.h: FreeBSD does not do BLueStore atm. X-Git-Tag: v11.0.0~319^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b09e31e75fa8344a51268c6ee51ace5f8823ffbe;p=ceph.git test/encoding/types.h: FreeBSD does not do BLueStore atm. Signed-off-by: Willem Jan Withagen --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 22919bd970f..860cc87391c 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -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)