]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/tools/store_nbd/tm_driver: remove perfcounter argument 41425/head
authorSamuel Just <sjust@redhat.com>
Wed, 19 May 2021 21:41:06 +0000 (14:41 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 19 May 2021 21:41:40 +0000 (21:41 +0000)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/tools/store_nbd/tm_driver.cc

index 9b69e68b81cf0b679926409dd6e4e820c281eae6..733bbe897950106b43ae040010f5475c6388408a 100644 (file)
@@ -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()