|
@ -11,9 +11,9 @@ Func2::GetattrNewest::process(const Branches &branches_, |
|
|
fuse_timeouts_t *timeout_) |
|
|
fuse_timeouts_t *timeout_) |
|
|
{ |
|
|
{ |
|
|
int rv; |
|
|
int rv; |
|
|
const Branch *newest_branch; |
|
|
|
|
|
Branches::CPtr branches; |
|
|
|
|
|
fs::Path fullpath; |
|
|
fs::Path fullpath; |
|
|
|
|
|
Branches::CPtr branches; |
|
|
|
|
|
const Branch *newest_branch; |
|
|
|
|
|
|
|
|
branches = branches_; |
|
|
branches = branches_; |
|
|
newest_branch = nullptr; |
|
|
newest_branch = nullptr; |
|
|
xxxxxxxxxx