mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 09:41:43 +08:00
fuse_lowlevel.c
This commit is contained in:
parent
3d1a9005c1
commit
025300eaf6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user