Browse Source

fuse_lowlevel.c

passthrough
Antonio SJ Musumeci 7 months ago
parent
commit
974e01a4b1
  1. 2
      libfuse/lib/fuse_lowlevel.c

2
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 = 1;
}
if(inargflags & FUSE_INIT_EXT)

Loading…
Cancel
Save