mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-17 00:53:15 +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;
|
outargflags |= FUSE_HANDLE_KILLPRIV;
|
||||||
if(f->conn.want & FUSE_CAP_HANDLE_KILLPRIV_V2)
|
if(f->conn.want & FUSE_CAP_HANDLE_KILLPRIV_V2)
|
||||||
outargflags |= FUSE_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;
|
outargflags |= FUSE_PASSTHROUGH;
|
||||||
outarg.max_stack_depth = 2;
|
outarg.max_stack_depth = 2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user