mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 23:41:28 +08:00
fuse_open.cpp
This commit is contained in:
parent
160680fddb
commit
616a3d5c16
@ -334,11 +334,11 @@ namespace FUSE
|
|||||||
open(const char *fusepath_,
|
open(const char *fusepath_,
|
||||||
fuse_file_info_t *ffi_)
|
fuse_file_info_t *ffi_)
|
||||||
{
|
{
|
||||||
pt.emplace_or_visit(
|
// pt.emplace_or_visit(
|
||||||
[](const PTMap::value_type &x_)
|
// [](const PTMap::value_type &x_)
|
||||||
{
|
// {
|
||||||
|
|
||||||
});
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user