mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
fuse_open.cpp
This commit is contained in:
parent
f11e4fffdf
commit
d11eda5778
|
@ -329,6 +329,11 @@ namespace FUSE
|
|||
open(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
Config::Read cfg;
|
||||
|
||||
if(cfg->passthrough);
|
||||
|
||||
|
||||
PTInfo *pti;
|
||||
|
||||
pti = PassthroughStuff::get_pti(fusepath_);
|
||||
|
|
Loading…
Reference in New Issue
Block a user