From fe6518c4a61fe9ed539de6ebfe96239b4def5363 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:22:46 -0500 Subject: [PATCH] config.cpp --- src/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.cpp b/src/config.cpp index 67b68fe9..42b8e685 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -204,6 +204,7 @@ Config::Config() _map["nfsopenhack"] = &nfsopenhack; _map["nullrw"] = &nullrw; _map["passthrough"] = &passthrough; + _map["passthrough-max-stack-depth"] = &passthrough_max_stack_depth; _map["pid"] = &pid; _map["parallel-direct-writes"] = ¶llel_direct_writes; _map["pin-threads"] = &fuse_pin_threads;