mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 15:51:30 +08:00
fuse_open.cpp
This commit is contained in:
parent
1827c72cce
commit
7390e19c74
|
@ -313,10 +313,13 @@ namespace FUSE
|
|||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
int rv;
|
||||
PTInfo *pti;
|
||||
Config::Read cfg;
|
||||
const fuse_context *fc = fuse_get_context();
|
||||
const ugid::Set ugid(fc->uid,fc->gid);
|
||||
|
||||
pti = PassthroughStuff::get_pti(fusepath_);
|
||||
|
||||
l::config_to_ffi_flags(cfg,fc->pid,ffi_);
|
||||
|
||||
if(cfg->writeback_cache)
|
||||
|
|
Loading…
Reference in New Issue
Block a user