mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
fuse_getattr.cpp
This commit is contained in:
parent
0f3bb21044
commit
e29bcc02fc
|
@ -143,7 +143,7 @@ namespace l
|
||||||
static PolicyCache cache(1024*1024);
|
static PolicyCache cache(1024*1024);
|
||||||
|
|
||||||
basepath = cache.find(fusepath_);
|
basepath = cache.find(fusepath_);
|
||||||
if(basepath == NULL)
|
if(basepath.get().empty())
|
||||||
{
|
{
|
||||||
rv = searchFunc_(branches_,fusepath_,&basepaths);
|
rv = searchFunc_(branches_,fusepath_,&basepaths);
|
||||||
if(rv == -1)
|
if(rv == -1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user