From 025300eaf6d4a9355c3a050f658cbf2fbe7c2dbb Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 7 Apr 2024 16:11:41 -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 786239b7..f2b3ad6d 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 = 1; + outarg.max_stack_depth = 2; } if(inargflags & FUSE_INIT_EXT)