]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: drop bluestore_blob_id_t 11040/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 10 Sep 2016 10:33:42 +0000 (18:33 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 10 Sep 2016 10:33:42 +0000 (18:33 +0800)
which is not used anymore.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/bluestore_types.h

index 8220f8c74cfa77954ec97d6c0289af702c136325..15a5925cabdbcfc6333c9f4ef06c022eae1d36e8 100644 (file)
@@ -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)