|
@ -7,12 +7,14 @@ Func2::GetattrFF::process(const Branches &branches_, |
|
|
fuse_timeouts_t *timeout_) |
|
|
fuse_timeouts_t *timeout_) |
|
|
{ |
|
|
{ |
|
|
Branches::CPtr branches; |
|
|
Branches::CPtr branches; |
|
|
|
|
|
fs::Path fullpath; |
|
|
|
|
|
|
|
|
branches = branches_; |
|
|
branches = branches_; |
|
|
|
|
|
|
|
|
for(const auto &branch : *branches) |
|
|
for(const auto &branch : *branches) |
|
|
{ |
|
|
{ |
|
|
|
|
|
fullpath = branch.path; |
|
|
|
|
|
fullpath /= fusepath_; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return 0; |
|
|
return 0; |
|
|
xxxxxxxxxx