]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
os/bluestore: kill orphan declaration of do_write_check_depth()
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 10 Jan 2017 03:47:36 +0000 (11:47 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 10 Jan 2017 03:47:36 +0000 (11:47 +0800)
The gc logic is gone and this is not relevant anymore.

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

index 1c8f836a76062dfebf7f20014e6161a7ac000a93..096205a1630a286697d3834c72f1dd1d605760f8 100644 (file)
@@ -775,14 +775,6 @@ public:
 
     /// split a blob (and referring extents)
     BlobRef split_blob(BlobRef lb, uint32_t blob_offset, uint32_t pos);
-
-    bool do_write_check_depth(
-      uint64_t onode_size,
-      uint64_t start_offset,
-      uint64_t end_offset,
-      uint8_t  *blob_depth,
-      uint64_t *gc_start_offset,
-      uint64_t *gc_end_offset);
   };
 
   struct OnodeSpace;