From: Samuel Just Date: Wed, 19 May 2021 21:41:06 +0000 (-0700) Subject: crimson/tools/store_nbd/tm_driver: remove perfcounter argument X-Git-Tag: v17.1.0~1912^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41425%2Fhead;p=ceph.git crimson/tools/store_nbd/tm_driver: remove perfcounter argument Signed-off-by: Samuel Just --- diff --git a/src/crimson/tools/store_nbd/tm_driver.cc b/src/crimson/tools/store_nbd/tm_driver.cc index 9b69e68b81cf..733bbe897950 100644 --- a/src/crimson/tools/store_nbd/tm_driver.cc +++ b/src/crimson/tools/store_nbd/tm_driver.cc @@ -146,8 +146,7 @@ void TMDriver::init() std::move(segment_cleaner), std::move(journal), std::move(cache), - std::move(lba_manager), - perf_service->get_counters()); + std::move(lba_manager)); } void TMDriver::clear()