mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-23 07:50:11 +08:00
fuse_open.cpp
This commit is contained in:
parent
e0819dafd3
commit
efb476f536
@ -233,7 +233,7 @@ namespace l
|
|||||||
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
|
fi = reinterpret_cast<FileInfo*>(ffi_->fh);
|
||||||
|
|
||||||
foo.visit(fi->fusepath,
|
foo.visit(fi->fusepath,
|
||||||
[&](const int &backing_id_)
|
[&](const auto &backing_id_)
|
||||||
{
|
{
|
||||||
backing_id = backing_id_;
|
backing_id = backing_id_;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user