mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
fuse_open.cpp
This commit is contained in:
parent
1ad0cb806e
commit
31bf9d470a
|
@ -345,6 +345,10 @@ namespace FUSE
|
||||||
fuse_file_info_t *ffi_)
|
fuse_file_info_t *ffi_)
|
||||||
{
|
{
|
||||||
pt.emplace();
|
pt.emplace();
|
||||||
|
pt.visit(fusepath_,
|
||||||
|
[](const PTMap::value_type &x_)
|
||||||
|
{
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user