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
025300eaf6
commit
fb5add18f9
|
@ -1263,7 +1263,7 @@ do_init(fuse_req_t req,
|
|||
outargflags |= FUSE_HANDLE_KILLPRIV;
|
||||
if(f->conn.want & FUSE_CAP_HANDLE_KILLPRIV_V2)
|
||||
outargflags |= FUSE_HANDLE_KILLPRIV_V2;
|
||||
// if(f->conn.want & FUSE_CAP_PASSTHROUGH)
|
||||
if(f->conn.want & FUSE_CAP_PASSTHROUGH)
|
||||
{
|
||||
outargflags |= FUSE_PASSTHROUGH;
|
||||
outarg.max_stack_depth = 2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user