Merge pull request #12853 from xiexingguo/xxg-wip-kill-orphan

os/bluestore: kill orphan declaration of do_write_check_depth()

Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
This commit is contained in:
Sage Weil 2017-01-10 07:31:43 -06:00 committed by GitHub
commit a7da1eb092

View 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;