From e5b647cb57d855cc63229c43690af022f20bd716 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 7 Apr 2024 15:57:12 -0500 Subject: [PATCH] fuse_lowlevel.c --- libfuse/lib/fuse_lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfuse/lib/fuse_lowlevel.c b/libfuse/lib/fuse_lowlevel.c index 258958ea..0bdf9371 100644 --- a/libfuse/lib/fuse_lowlevel.c +++ b/libfuse/lib/fuse_lowlevel.c @@ -1266,7 +1266,7 @@ do_init(fuse_req_t req, if(f->conn.want & FUSE_CAP_PASSTHROUGH) { outargflags |= FUSE_PASSTHROUGH; - outarg.max_stack_depth = 0; + outarg.max_stack_depth = 1; } if(inargflags & FUSE_INIT_EXT)