From: Samuel Just Date: Tue, 7 Sep 2021 23:29:44 +0000 (-0700) Subject: crimson/tools/store_nbd/fs_driver: fix FuturizedStore::create() call X-Git-Tag: v17.1.0~933^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8c1cdfffcbc7923b86876032e3086e10a3959c7;p=ceph.git crimson/tools/store_nbd/fs_driver: fix FuturizedStore::create() call Introduced: 8ec97762c4809c25d3b38ac15b942dfd710e3d29 Signed-off-by: Samuel Just --- diff --git a/src/crimson/tools/store_nbd/fs_driver.cc b/src/crimson/tools/store_nbd/fs_driver.cc index 5d34d529a1ba..f4c60f046fb5 100644 --- a/src/crimson/tools/store_nbd/fs_driver.cc +++ b/src/crimson/tools/store_nbd/fs_driver.cc @@ -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()); }