From: xie xingguo Date: Sat, 10 Sep 2016 10:33:42 +0000 (+0800) Subject: os/bluestore: drop bluestore_blob_id_t X-Git-Tag: v11.0.1~259^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11040%2Fhead;p=ceph.git os/bluestore: drop bluestore_blob_id_t which is not used anymore. Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/bluestore_types.h b/src/os/bluestore/bluestore_types.h index 8220f8c74cfa..15a5925cabdb 100644 --- a/src/os/bluestore/bluestore_types.h +++ b/src/os/bluestore/bluestore_types.h @@ -590,12 +590,6 @@ WRITE_CLASS_ENCODER(bluestore_shared_blob_t) ostream& operator<<(ostream& out, const bluestore_shared_blob_t& o); - - -/// blob id: positive = local, negative = shared bnode -typedef int64_t bluestore_blob_id_t; - - /// onode: per-object metadata struct bluestore_onode_t { uint64_t nid = 0; ///< numeric id (locally unique)