]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/tools/store_nbd/fs_driver: fix FuturizedStore::create() call
authorSamuel Just <sjust@redhat.com>
Tue, 7 Sep 2021 23:29:44 +0000 (16:29 -0700)
committerSamuel Just <sjust@redhat.com>
Tue, 7 Sep 2021 23:55:11 +0000 (16:55 -0700)
Introduced: 8ec97762c4809c25d3b38ac15b942dfd710e3d29
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/tools/store_nbd/fs_driver.cc

index 5d34d529a1ba010c7b37cb9ff62e329a4d49eb4a..f4c60f046fb5b78bd83becd3376a53b7edee5586 100644 (file)
@@ -276,6 +276,5 @@ void FSDriver::init()
   fs = FuturizedStore::create(
     config.get_fs_type(),
     *config.path,
-    crimson::common::local_conf().get_config_values(),
-    alien);
+    crimson::common::local_conf().get_config_values());
 }