mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
fa6109a638
commit
3f24caecd8
|
@ -92,6 +92,14 @@ namespace l
|
|||
return 0;
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
getattr(std::string const &fullpath_,
|
||||
struct stat *st_)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
static
|
||||
int
|
||||
getattr(const Policy::Search &searchFunc_,
|
||||
|
|
Loading…
Reference in New Issue
Block a user