summaryrefslogtreecommitdiffstats
path: root/src/blk
diff options
context:
space:
mode:
authorYuri Weinstein <yweinste@redhat.com>2022-07-22 00:33:04 +0200
committerGitHub <noreply@github.com>2022-07-22 00:33:04 +0200
commit9bb0d4ac515a23182e2087dd46a69fddffb082ac (patch)
treeb27046cec792e58ccf99da27f70bf9722452d6b1 /src/blk
parentMerge pull request #47213 from Matan-B/wip-matanb-snapmapper-pendingnote (diff)
parentcommon: drop the memdb subsys (diff)
downloadceph-9bb0d4ac515a23182e2087dd46a69fddffb082ac.tar.xz
ceph-9bb0d4ac515a23182e2087dd46a69fddffb082ac.zip
Merge pull request #36282 from rzarzynski/wip-bl-drop-clone
common/bl, kv, tests: drop MemDB and simplify buffer::ptr and buffer::raw Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@redhat.com> Reviewed-by: Neha Ojha <nojha@redhat.com>
Diffstat (limited to 'src/blk')
-rw-r--r--src/blk/kernel/KernelDevice.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/blk/kernel/KernelDevice.cc b/src/blk/kernel/KernelDevice.cc
index ee06af61e05..ddba9473f59 100644
--- a/src/blk/kernel/KernelDevice.cc
+++ b/src/blk/kernel/KernelDevice.cc
@@ -1065,11 +1065,6 @@ struct ExplicitHugePagePool {
// don't delete nor unmmap; recycle the region instead
region_q.push(data);
}
- raw* clone_empty() override {
- // the entire cloning facility is used solely by the dev-only MemDB.
- // see: https://github.com/ceph/ceph/pull/36282
- ceph_abort_msg("this should be never called on this path!");
- }
};
ExplicitHugePagePool(const size_t buffer_size, size_t buffers_in_pool)