mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
fuse_open.cpp
This commit is contained in:
parent
336f18184e
commit
1efaeada4e
|
@ -284,6 +284,16 @@ namespace FUSE
|
|||
open(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
|
||||
|
||||
|
||||
return open2(fusepath_,ffi_);
|
||||
}
|
||||
|
||||
int
|
||||
open2(const char *fusepath_,
|
||||
fuse_file_info_t *ffi_)
|
||||
{
|
||||
int rv;
|
||||
Config::Read cfg;
|
||||
const fuse_context *fc = fuse_get_context();
|
||||
|
|
Loading…
Reference in New Issue
Block a user