diff --git a/lib/rocksdb/env_spdk.cc b/lib/rocksdb/env_spdk.cc index bfcb613af..a943d36e5 100644 --- a/lib/rocksdb/env_spdk.cc +++ b/lib/rocksdb/env_spdk.cc @@ -90,7 +90,7 @@ set_channel() struct spdk_thread *thread; if (g_fs != NULL && g_sync_args.channel == NULL) { - thread = spdk_thread_create("spdK_rocksdb", NULL); + thread = spdk_thread_create("spdk_rocksdb", NULL); spdk_set_thread(thread); g_sync_args.channel = spdk_fs_alloc_thread_ctx(g_fs); }