mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-22 08:54:08 +08:00
fuse_init.cpp
This commit is contained in:
parent
ae6c4f7c25
commit
cf50ffa58c
@ -145,6 +145,7 @@ namespace FUSE
|
||||
l::want_if_capable(conn_,FUSE_CAP_BIG_WRITES);
|
||||
l::want_if_capable(conn_,FUSE_CAP_CACHE_SYMLINKS,&cfg->cache_symlinks);
|
||||
l::want_if_capable(conn_,FUSE_CAP_DONT_MASK);
|
||||
l::want_if_capable(conn_,FUSE_CAP_EXPORT_SUPPORT);
|
||||
l::want_if_capable(conn_,FUSE_CAP_IOCTL_DIR);
|
||||
l::want_if_capable(conn_,FUSE_CAP_PARALLEL_DIROPS);
|
||||
l::want_if_capable(conn_,FUSE_CAP_READDIR_PLUS,&cfg->readdirplus);
|
||||
|
Loading…
x
Reference in New Issue
Block a user