From 893e0d4c94eff5feb73dc2f45ded116e5f510cd5 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 7 Apr 2024 15:46:23 -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 d80b0009..258958ea 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 = 2; + outarg.max_stack_depth = 0; } if(inargflags & FUSE_INIT_EXT)